From: Mark Dickinson Date: Tue, 29 Jun 2010 07:37:25 +0000 (+0000) Subject: Spelling. X-Git-Tag: v2.7~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=858624944c1d7809e0f9f9564e051b2e4dcef670;p=python Spelling. --- diff --git a/Lib/test/test_tokenize.py b/Lib/test/test_tokenize.py index b8e97e7501..b945d618b5 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")