Commit 0bc17ea2 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

Fix typo in test_api.py. (GH-16119)

parent d44542f9
......@@ -363,7 +363,7 @@ class ReloadTests:
def test_module_missing_spec(self):
#Test that reload() throws ModuleNotFounderror when reloading
# a module who's missing a spec. (bpo-29851)
# a module whose missing a spec. (bpo-29851)
name = 'spam'
with test_util.uncache(name):
module = sys.modules[name] = types.ModuleType(name)
......
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