Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faa26df

Browse files
committed
Fix typo
1 parent 1469466 commit faa26df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_pty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
TEST_STRING_1 = "I wish to buy a fish license.\n"
55
TEST_STRING_2 = "For my pet fish, Eric.\n"
66

7-
# Solaris (at least 2.9 and 2.10) seem to have a ficke isatty(). The first
7+
# Solaris (at least 2.9 and 2.10) seem to have a fickle isatty(). The first
88
# test below, testing the result of os.openpty() for tty-ness, sometimes
99
# (but not always) fails. The second isatty test, in the sub-process, always
1010
# works. Allow that fickle first test to fail on these platforms, since it

0 commit comments

Comments
 (0)