summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-06-29 07:38:37 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-06-29 07:38:37 (GMT)
commit3c0b317e36c799da5fdf6e7be69a8924dcccb956 (patch)
treeffa0bd35023534bcc38b13f7be4b703d08712691
parentfb288dac9d096e3fa2df1efbba246919e1da4d0a (diff)
downloadcpython-3c0b317e36c799da5fdf6e7be69a8924dcccb956.zip
cpython-3c0b317e36c799da5fdf6e7be69a8924dcccb956.tar.gz
cpython-3c0b317e36c799da5fdf6e7be69a8924dcccb956.tar.bz2
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. ........
-rw-r--r--Lib/test/test_tokenize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tokenize.py b/Lib/test/test_tokenize.py
index 1bfac40..d0853d3 100644
--- a/Lib/test/test_tokenize.py
+++ b/Lib/test/test_tokenize.py
@@ -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")