summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-04-05 17:30:38 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-04-05 17:30:38 (GMT)
commita2a26b9e1f00692c01ea6a731eef7d150088a5bd (patch)
tree637cfb414cfeb563286b1787c743f9eadfdf38fe /Lib
parent51bcb68b1dbe4ca0209030ca8ce211252bc018d0 (diff)
downloadcpython-a2a26b9e1f00692c01ea6a731eef7d150088a5bd.zip
cpython-a2a26b9e1f00692c01ea6a731eef7d150088a5bd.tar.gz
cpython-a2a26b9e1f00692c01ea6a731eef7d150088a5bd.tar.bz2
whitespace normalisation
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_pty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pty.py b/Lib/test/test_pty.py
index 3a90dd8..99e01b6 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.)