]> granicus.if.org Git - python/commitdiff
Spelling.
authorMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jun 2010 07:37:25 +0000 (07:37 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jun 2010 07:37:25 +0000 (07:37 +0000)
Lib/test/test_tokenize.py

index b8e97e7501289e2ececb2f980d07185d78d211c3..b945d618b581f5b2c7085d121caddb431d0a1728 100644 (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")