#10698: fix typo in example.

This commit is contained in:
R. David Murray 2010-12-13 22:50:30 +00:00
parent fd94b173ce
commit 796343b198
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ a :func:`load_tests` function in your test module::
def load_tests(loader, tests, ignore):
tests.addTests(doctest.DocTestSuite(my_module_with_doctests))
return test
return tests
There are two main functions for creating :class:`unittest.TestSuite` instances
from text files and modules with doctests: