From a5f43e1df8b6d4aaf9bcda36e876ae2ce9e5d444 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 8 Apr 2006 12:24:57 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/mimetypes.py | 2 +- Lib/test/test_pty.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.) -- 2.47.3