projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9463850
)
Fixed a typo.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 26 Sep 2011 15:22:22 +0000
(17:22 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 26 Sep 2011 15:22:22 +0000
(17:22 +0200)
jinja2/debug.py
patch
|
blob
|
history
diff --git
a/jinja2/debug.py
b/jinja2/debug.py
index 2af2222322782c628697dbe7bfef661eb084559d..3ac4041a34315d4b3e128032b86293be62d9f7d3 100644
(file)
--- a/
jinja2/debug.py
+++ b/
jinja2/debug.py
@@
-77,7
+77,7
@@
def make_frame_proxy(frame):
class ProcessedTraceback(object):
- """Holds a Jinja preprocessed traceback for priting or reraising."""
+ """Holds a Jinja preprocessed traceback for pri
n
ting or reraising."""
def __init__(self, exc_type, exc_value, frames):
assert frames, 'no frames for this traceback?'