Fixed typo
Just after I claimed it was fixed, I made a typo. Anyway.
This commit is contained in:
parent
40986091f7
commit
ac9314c0c2
|
@ -656,7 +656,7 @@ out the line number of a string that occurs in __test__:
|
|||
>>> from test import doctest__test__
|
||||
>>> tests = doctest.DocTestFinder().find(doctest__test__)
|
||||
>>> [e.lineno for e in tests]
|
||||
[0, None, 11]
|
||||
[0, None, 13]
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue