Skip to content

Commit e477348

Browse files
gh-99970 Adding missing optionflags parameter in the documentation of doctest (#99971)
1 parent a9bad4d commit e477348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/doctest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ from text files and modules with doctests:
10571057
from a text file using :func:`DocFileSuite`.
10581058

10591059

1060-
.. function:: DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, setUp=None, tearDown=None, checker=None)
1060+
.. function:: DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, setUp=None, tearDown=None, optionflags=0, checker=None)
10611061

10621062
Convert doctest tests for a module to a :class:`unittest.TestSuite`.
10631063

0 commit comments

Comments
 (0)