mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Merged revisions 84106 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84106 | alexander.belopolsky | 2010-08-16 16:17:07 -0400 (Mon, 16 Aug 2010) | 1 line Issue #8983: Corrected docstrings. ........
This commit is contained in:
parent
7a9bdbc1c2
commit
102594f7ff
5 changed files with 8 additions and 8 deletions
|
@ -1786,7 +1786,7 @@ def testmod(m=None, name=None, globs=None, verbose=None,
|
|||
|
||||
Return (#failures, #tests).
|
||||
|
||||
See doctest.__doc__ for an overview.
|
||||
See help(doctest) for an overview.
|
||||
|
||||
Optional keyword arg "name" gives the name of the module; by default
|
||||
use m.__name__.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue