From 796343b1988e3e47c9b400053f844c2bb0352d9a Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Mon, 13 Dec 2010 22:50:30 +0000 Subject: #10698: fix typo in example. --- Doc/library/doctest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst index 159ab18..29fbd64 100644 --- a/Doc/library/doctest.rst +++ b/Doc/library/doctest.rst @@ -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: -- cgit v0.12