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

Skip to content

Commit cc13431

Browse files
committed
Fix a typo
1 parent 5aa1dd5 commit cc13431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_wait3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from test.fork_wait import ForkWait
88
from test.support import run_unittest, reap_children
99

10-
if not hassattr(os, 'fork'):
10+
if not hasattr(os, 'fork'):
1111
raise unittest.SkipTest("os.fork not defined")
1212

1313
if not hasattr(os, 'wait3'):

0 commit comments

Comments
 (0)