File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ \subsection{Simple Usage}
203203 Only docstrings attached to objects belonging to module \var {m} are
204204 searched.
205205
206- Return \code {(#failures, #tests )}.
206+ Return \code {(\var {failure_count}, \var {test_count} )}.
207207
208208 Optional argument \var {name} gives the name of the module; by default,
209209 or if \code {None}, \code {\var {m}.__name__} is used.
@@ -286,7 +286,7 @@ \subsection{Simple Usage}
286286 private according to Python's underscore naming convention.
287287 \deprecated {2.4}{\var {isprivate} was a stupid idea -- don't use it.
288288 If you need to skip tests based on name, filter the list returned by
289- \code {\class { DocTestFinder.find()} instead.}
289+ \code {DocTestFinder.find()} instead.}
290290
291291% """ [XX] This is no longer true:
292292% Advanced tomfoolery: testmod runs methods of a local instance of
You can’t perform that action at this time.
0 commit comments