Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 13, 2015
1 parent 4724244 commit 0dd0b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testing/doctestcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test4(self):
Note that the docstring, if any, of the decorated function is ignored.
Also note that, unlike regular unit tests, module globals from the
module defining the tests are't included in the test globals.
module defining the tests aren't included in the test globals.
"""
import doctest as standard_doctest
Expand Down

0 comments on commit 0dd0b8b

Please sign in to comment.