]> granicus.if.org Git - python/commitdiff
Merged revisions 82356 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jun 2010 07:38:37 +0000 (07:38 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jun 2010 07:38:37 +0000 (07:38 +0000)
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.
........

Lib/test/test_tokenize.py

index 1bfac4048ed3d503bf355bd2d5c2877502dad2d7..d0853d3a12c9fe753c2aa6a4e670f6f740ac2d82 100644 (file)
@@ -42,7 +42,7 @@ brevity.
         ...
     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")