[Python-checkins] r82357 - in python/branches/py3k: Lib/test/test_tokenize.py

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


Author: mark.dickinson
Date: Tue Jun 29 09:38:37 2010
New Revision: 82357

Log:
Merged revisions 82356 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82356 | mark.dickinson | 2010-06-29 08:37:25 +0100 (Tue, 29 Jun 2010) | 1 line
  
  Spelling.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/test/test_tokenize.py

Modified: python/branches/py3k/Lib/test/test_tokenize.py
==============================================================================
--- python/branches/py3k/Lib/test/test_tokenize.py	(original)
+++ python/branches/py3k/Lib/test/test_tokenize.py	Tue Jun 29 09:38:37 2010
@@ -42,7 +42,7 @@
         ...
     IndentationError: unindent does not match any outer indentation level
 
-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