Spelling.

This commit is contained in:
Mark Dickinson 2010-06-29 07:37:25 +00:00
parent 0187be0825
commit 858624944c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ doesn't match the first.
... return tokens1 == tokens2
...
There are some standard formattig practises that are easy to get right.
There are some standard formatting practices that are easy to get right.
>>> roundtrip("if x == 1:\\n"
... " print x\\n")