Kaydet (Commit) cc134314 authored tarafından Brett Cannon's avatar Brett Cannon

Fix a typo

üst 5aa1dd5f
......@@ -7,7 +7,7 @@ import unittest
from test.fork_wait import ForkWait
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")
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