From 858624944c1d7809e0f9f9564e051b2e4dcef670 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Tue, 29 Jun 2010 07:37:25 +0000 Subject: [PATCH] Spelling. --- Lib/test/test_tokenize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.50.1