diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-29 07:37:25 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-29 07:37:25 (GMT) |
commit | 858624944c1d7809e0f9f9564e051b2e4dcef670 (patch) | |
tree | ff2b081ef1f9ad29e765c9beb4c62866df7a4c90 | |
parent | 0187be082562471206fc0e7ee7231ecad591ab19 (diff) | |
download | cpython-858624944c1d7809e0f9f9564e051b2e4dcef670.zip cpython-858624944c1d7809e0f9f9564e051b2e4dcef670.tar.gz cpython-858624944c1d7809e0f9f9564e051b2e4dcef670.tar.bz2 |
Spelling.
-rw-r--r-- | Lib/test/test_tokenize.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tokenize.py b/Lib/test/test_tokenize.py index b8e97e7..b945d61 100644 --- a/Lib/test/test_tokenize.py +++ b/Lib/test/test_tokenize.py @@ -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") |