Commit 9d92d5a9 authored by Fred Drake's avatar Fred Drake

minor changes to make this format again

parent c2388a2b
...@@ -203,7 +203,7 @@ attempted. ...@@ -203,7 +203,7 @@ attempted.
Only docstrings attached to objects belonging to module \var{m} are Only docstrings attached to objects belonging to module \var{m} are
searched. searched.
Return \code{(#failures, #tests)}. Return \code{(\var{failure_count}, \var{test_count})}.
Optional argument \var{name} gives the name of the module; by default, Optional argument \var{name} gives the name of the module; by default,
or if \code{None}, \code{\var{m}.__name__} is used. or if \code{None}, \code{\var{m}.__name__} is used.
...@@ -286,7 +286,7 @@ attempted. ...@@ -286,7 +286,7 @@ attempted.
private according to Python's underscore naming convention. private according to Python's underscore naming convention.
\deprecated{2.4}{\var{isprivate} was a stupid idea -- don't use it. \deprecated{2.4}{\var{isprivate} was a stupid idea -- don't use it.
If you need to skip tests based on name, filter the list returned by If you need to skip tests based on name, filter the list returned by
\code{\class{DocTestFinder.find()} instead.} \code{DocTestFinder.find()} instead.}
% """ [XX] This is no longer true: % """ [XX] This is no longer true:
% Advanced tomfoolery: testmod runs methods of a local instance of % Advanced tomfoolery: testmod runs methods of a local instance of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment