Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469466 commit faa26dfCopy full SHA for faa26df
1 file changed
Lib/test/test_pty.py
@@ -4,7 +4,7 @@
4
TEST_STRING_1 = "I wish to buy a fish license.\n"
5
TEST_STRING_2 = "For my pet fish, Eric.\n"
6
7
-# 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
8
# test below, testing the result of os.openpty() for tty-ness, sometimes
9
# (but not always) fails. The second isatty test, in the sub-process, always
10
# works. Allow that fickle first test to fail on these platforms, since it
0 commit comments