Skip to content

Commit 2c3d2b4

Browse files
committed
+ test_doctest.py
1 parent 4933e56 commit 2c3d2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_doctest/test_doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def non_Python_modules(): r"""
738738
739739
>>> import builtins
740740
>>> tests = doctest.DocTestFinder().find(builtins)
741-
>>> 830 < len(tests) < 880 # approximate number of objects with docstrings
741+
>>> 750 < len(tests) < 800 # approximate number of objects with docstrings
742742
True
743743
>>> real_tests = [t for t in tests if len(t.examples) > 0]
744744
>>> len(real_tests) # objects that actually have doctests

0 commit comments

Comments
 (0)