From a5293b4ff2c1b5446947b4986f98ecf5d52432d4 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 5 Nov 2017 07:37:50 -0600 Subject: Fix miscellaneous typos (#4275) --- Lib/test/test_unicode_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_unicode_file.py') diff --git a/Lib/test/test_unicode_file.py b/Lib/test/test_unicode_file.py index e4709a189a..b16e4c5b3b 100644 --- a/Lib/test/test_unicode_file.py +++ b/Lib/test/test_unicode_file.py @@ -1,5 +1,5 @@ # Test some Unicode file name semantics -# We dont test many operations on files other than +# We don't test many operations on files other than # that their names can be used with Unicode characters. import os, glob, time, shutil import unicodedata -- cgit v1.2.1