Commit 51b49e9b authored by Brett Cannon's avatar Brett Cannon

Fix a typo

parent 3d59719b
...@@ -7,7 +7,7 @@ import unittest ...@@ -7,7 +7,7 @@ import unittest
from test.fork_wait import ForkWait from test.fork_wait import ForkWait
from test.support import run_unittest, reap_children from test.support import run_unittest, reap_children
if not hassattr(os, 'fork'): if not hasattr(os, 'fork'):
raise unittest.SkipTest("os.fork not defined") raise unittest.SkipTest("os.fork not defined")
if not hasattr(os, 'wait3'): if not hasattr(os, 'wait3'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment