Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d92d5a

Browse files
committed
minor changes to make this format again
1 parent c2388a2 commit 9d92d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libdoctest.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)