Commit b7656787 authored by Marius Gedminas's avatar Marius Gedminas Committed by GitHub

Merge pull request #192 from harunyasar/master

Fix typo in doctest documentation of find_global method
parents 2115c90a 22aa9e12
......@@ -174,7 +174,7 @@ def find_global(modulename, globalname,
>>> find_global('ZODB.not.there', 'atall') is ZODBnotthere.atall
True
Of course, if we beak it again::
Of course, if we break it again::
>>> del sys.modules['ZODB.not']
>>> del sys.modules['ZODB.not.there']
......
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