diff options
Diffstat (limited to 'Doc/lib/libdoctest.tex')
-rw-r--r-- | Doc/lib/libdoctest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 62ff587..a9ef835 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -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 |