Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c0b317

Browse files
committed
Merged revisions 82356 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r82356 | mark.dickinson | 2010-06-29 08:37:25 +0100 (Tue, 29 Jun 2010) | 1 line Spelling. ........
1 parent fb288da commit 3c0b317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_tokenize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
...
4343
IndentationError: unindent does not match any outer indentation level
4444
45-
There are some standard formattig practises that are easy to get right.
45+
There are some standard formatting practices that are easy to get right.
4646
4747
>>> roundtrip("if x == 1:\\n"
4848
... " print(x)\\n")

0 commit comments

Comments
 (0)