fix some spelling mistakes

--HG--
branch : some_spelling_fixes
This commit is contained in:
TomV
2014-10-13 23:12:01 +01:00
parent b2341899c5
commit 857db415bc
8 changed files with 14 additions and 14 deletions

View File

@@ -455,7 +455,7 @@ class AssertionRewriter(ast.NodeVisitor):
for an overview of how this works.
The entry point here is .run() which will iterate over all the
statenemts in an ast.Module and for each ast.Assert statement it
statements in an ast.Module and for each ast.Assert statement it
finds call .visit() with it. Then .visit_Assert() takes over and
is responsible for creating new ast statements to replace the
original assert statement: it re-writes the test of an assertion