Commit 48bee29f authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1660 from felixonmars/patch-5

Correct a typo in testing/__init__.py
parents 6cf30c4e 8f0b7bea
......@@ -28,7 +28,7 @@ import unittest
# It's important to do this ASAP, because if we're monkey patched,
# then importing things like the standard library test.support can
# need to construct the hub (to check for IPv6 support using a socket).
# We can't do it in the testrunner, as the testrunner spaws new, unrelated
# We can't do it in the testrunner, as the testrunner spawns new, unrelated
# processes.
from .hub import QuietHub
import gevent.hub
......
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