Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 26, 2011
1 parent 9463850 commit 345443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/debug.py
Expand Up @@ -77,7 +77,7 @@ def operation_handler(operation, *args, **kwargs):


class ProcessedTraceback(object):
"""Holds a Jinja preprocessed traceback for priting or reraising."""
"""Holds a Jinja preprocessed traceback for printing or reraising."""

def __init__(self, exc_type, exc_value, frames):
assert frames, 'no frames for this traceback?'
Expand Down

0 comments on commit 345443f

Please sign in to comment.