restore space in Python line comment prefix (PY-10929); re-fix PY-9840 correctly

This commit is contained in:
Dmitry Jemerov
2013-11-04 18:55:31 +01:00
parent a00e03f643
commit 4ca7cb7e98
4 changed files with 4 additions and 3 deletions
@@ -1,3 +1,3 @@
def foo():
#i = 1
# i = 1
j = 2