[Python-checkins] r82356 - python/trunk/Lib/test/test_tokenize.py

mark.dickinson python-checkins at python.org
Tue Jun 29 09:37:25 CEST 2010


Author: mark.dickinson
Date: Tue Jun 29 09:37:25 2010
New Revision: 82356

Log:
Spelling.

Modified:
   python/trunk/Lib/test/test_tokenize.py

Modified: python/trunk/Lib/test/test_tokenize.py
==============================================================================
--- python/trunk/Lib/test/test_tokenize.py	(original)
+++ python/trunk/Lib/test/test_tokenize.py	Tue Jun 29 09:37:25 2010
@@ -56,7 +56,7 @@
     ...     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")


More information about the Python-checkins mailing list