Commit de2d6507 authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #942 from goal/master

Typo correction [skip ci]
parents 92e84296 a363383c
......@@ -35,7 +35,7 @@ _import = builtins.__import__
# could lead to a LoopExit error as a greenlet attempts to block on it while
# it's already held by the main greenlet (issue #798).
# We base this approach on a simplification of what `importlib._boonstrap`
# We base this approach on a simplification of what `importlib._bootstrap`
# does; notably, we don't check for deadlocks
_g_import_locks = {} # name -> wref of RLock
......
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