We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ba922 commit 27cea34Copy full SHA for 27cea34
testing/test_assertrewrite.py
@@ -66,7 +66,7 @@ def test_place_initial_imports(self):
66
s = """'Doc string'\nother = stuff"""
67
m = rewrite(s)
68
# Module docstrings in 3.7 are part of Module node, it's not in the body
69
- # so we remove it so the following body items have the same indexes on
+ # so we remove it so the following body items have the same indexes on
70
# all Python versions
71
if sys.version_info < (3, 7):
72
assert isinstance(m.body[0], ast.Expr)
0 commit comments