diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-11-23 14:29:28 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-11-23 14:29:28 +0100 |
commit | a08a442fa924f94e2007552e91adae16d300b946 (patch) | |
tree | a134605c9135c9f32999ef570a1874486afd7321 /patchcomptransformer.py | |
parent | d432585c22ec4920f3a22f342b29ec46bf4f3d3c (diff) | |
download | astroid-git-a08a442fa924f94e2007552e91adae16d300b946.tar.gz |
include Dotan Barak spell fixes patch
Diffstat (limited to 'patchcomptransformer.py')
-rw-r--r-- | patchcomptransformer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchcomptransformer.py b/patchcomptransformer.py index 5f3e3c92..586effe8 100644 --- a/patchcomptransformer.py +++ b/patchcomptransformer.py @@ -86,7 +86,7 @@ def fixlineno_wrap(function, stype): return fixlineno_wrapper class ASTNGTransformer(BaseTransformer): - """ovverides transformer for a better source line number handling""" + """overrides transformer for a better source line number handling""" def com_NEWLINE(self, *args): # A ';' at the end of a line can make a NEWLINE token appear # here, Render it harmless. (genc discards ('discard', |