commit | 6d0f0f299b014e79f6079901b560e938e0c5d8df | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Aug 26 01:31:30 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Aug 26 01:31:30 2013 +0300 |
tree | e2f81371eca1a0d0782bb76dcbd5b883edc6b898 | |
parent | 290c6b3446f5a1ecd76e0213e4db388a37ee9e55 [diff] |
#18803: fix more typos. Patch by Févry Thibault.
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 666c48d..7ebc236 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py
@@ -977,7 +977,7 @@ class StaticVisitor(PickleVisitor): - CODE = '''Very simple, always emit this static code. Overide CODE''' + CODE = '''Very simple, always emit this static code. Override CODE''' def visit(self, object): self.emit(self.CODE, 0, reflow=False)