mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch#786531 'the the' typo. Contributed by George Yoshida
This commit is contained in:
parent
c83124ab79
commit
f17d65da3a
11 changed files with 13 additions and 13 deletions
|
@ -199,7 +199,7 @@ imported into the module are not searched.
|
|||
In addition, if \code{M.__test__} exists and "is true", it must be a
|
||||
dict, and each entry maps a (string) name to a function object, class
|
||||
object, or string. Function and class object docstrings found from
|
||||
\code{M.__test__} are searched even if the the tester has been
|
||||
\code{M.__test__} are searched even if the tester has been
|
||||
directed to skip over private names in the rest of the module.
|
||||
In output, a key \code{K} in \code{M.__test__} appears with name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue