Skip to content

Commit f04dc7b

Browse files
committed
Amend 0aeb33a
1 parent 0aeb33a commit f04dc7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_doctest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def non_Python_modules(): r"""
711711
True
712712
>>> real_tests = [t for t in tests if len(t.examples) > 0]
713713
>>> len(real_tests) # objects that actually have doctests
714-
14
714+
13
715715
>>> for t in real_tests:
716716
... print('{} {}'.format(len(t.examples), t.name))
717717
...
@@ -723,7 +723,6 @@ def non_Python_modules(): r"""
723723
2 builtins.float.hex
724724
1 builtins.hex
725725
1 builtins.int
726-
3 builtins.int.as_integer_ratio
727726
2 builtins.int.bit_count
728727
2 builtins.int.bit_length
729728
5 builtins.memoryview.hex

0 commit comments

Comments
 (0)