[Python-checkins] r42233 - python/branches/release24-maint/Lib/test/test_pty.py

neal.norwitz python-checkins at python.org
Sat Feb 4 04:29:56 CET 2006


Author: neal.norwitz
Date: Sat Feb  4 04:29:52 2006
New Revision: 42233

Modified:
   python/branches/release24-maint/Lib/test/test_pty.py
Log:
Fix typo

Modified: python/branches/release24-maint/Lib/test/test_pty.py
==============================================================================
--- python/branches/release24-maint/Lib/test/test_pty.py	(original)
+++ python/branches/release24-maint/Lib/test/test_pty.py	Sat Feb  4 04:29:52 2006
@@ -4,7 +4,7 @@
 TEST_STRING_1 = "I wish to buy a fish license.\n"
 TEST_STRING_2 = "For my pet fish, Eric.\n"
 
-# Solaris (at least 2.9 and 2.10) seem to have a ficke isatty(). The first
+# Solaris (at least 2.9 and 2.10) seem to have a fickle isatty(). The first
 # test below, testing the result of os.openpty() for tty-ness, sometimes
 # (but not always) fails. The second isatty test, in the sub-process, always
 # works. Allow that fickle first test to fail on these platforms, since it


More information about the Python-checkins mailing list