Skip to content

Commit e8fc833

Browse files
Michiel Jan Laurens de HoonMichiel Jan Laurens de Hoon
authored andcommitted
trivial change to trigger another round of testing
1 parent a3d07d4 commit e8fc833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tkinter/test_vwait_busyloop_stdin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
@unittest.skipUnless(support.has_subprocess_support, "test requires subprocess")
13-
@unittest.skipIf(sys.platform == "win32", "test not supported on Windows")
13+
@unittest.skipIf(sys.platform == "win32", "test is not supported on Windows")
1414
class TkVwaitMainloopStdinTest(unittest.TestCase):
1515

1616
def run_child(self):

0 commit comments

Comments
 (0)