We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4933e56 commit 2c3d2b4Copy full SHA for 2c3d2b4
Lib/test/test_doctest/test_doctest.py
@@ -738,7 +738,7 @@ def non_Python_modules(): r"""
738
739
>>> import builtins
740
>>> tests = doctest.DocTestFinder().find(builtins)
741
- >>> 830 < len(tests) < 880 # approximate number of objects with docstrings
+ >>> 750 < len(tests) < 800 # approximate number of objects with docstrings
742
True
743
>>> real_tests = [t for t in tests if len(t.examples) > 0]
744
>>> len(real_tests) # objects that actually have doctests
0 commit comments