From: Tim Peters Date: Sat, 8 Apr 2006 12:24:57 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.4.4c1~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f43e1df8b6d4aaf9bcda36e876ae2ce9e5d444;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index f3794153fb92..3c469c8b3707 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -332,7 +332,7 @@ def _default_mime_types(): '.Z': 'compress', } - # Before adding new types, make sure they are either registered with IANA, + # Before adding new types, make sure they are either registered with IANA, # at http://www.isi.edu/in-notes/iana/assignments/media-types # or extensions, i.e. using the x- prefix diff --git a/Lib/test/test_pty.py b/Lib/test/test_pty.py index 3a90dd8ddd9f..99e01b67bb06 100644 --- a/Lib/test/test_pty.py +++ b/Lib/test/test_pty.py @@ -22,7 +22,7 @@ def normalize_output(data): # Some operating systems do conversions on newline. We could possibly # fix that by doing the appropriate termios.tcsetattr()s. I couldn't # figure out the right combo on Tru64 and I don't have an IRIX box. - # So just normalize the output and doc the problem O/Ses by allowing + # So just normalize the output and doc the problem O/Ses by allowing # certain combinations for some platforms, but avoid allowing other # differences (like extra whitespace, trailing garbage, etc.)