Skip to content

Commit

Permalink
Fix typo in doctest documentation of find_global method
Browse files Browse the repository at this point in the history
  • Loading branch information
Harun Yasar committed Mar 9, 2018
1 parent 2115c90 commit 22aa9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/broken.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 22aa9e1

Please sign in to comment.