]> granicus.if.org Git - python/commitdiff
minor changes to make this format again
authorFred Drake <fdrake@acm.org>
Tue, 10 Aug 2004 15:41:03 +0000 (15:41 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Aug 2004 15:41:03 +0000 (15:41 +0000)
Doc/lib/libdoctest.tex

index c51ba2d2bc7b43a954b21225b2e0649b07af393f..3eb70450448cb4a58539f3eab8d21687c8fe86f7 100644 (file)
@@ -203,7 +203,7 @@ attempted.
   Only docstrings attached to objects belonging to module \var{m} are
   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,
   or if \code{None}, \code{\var{m}.__name__} is used.
@@ -286,7 +286,7 @@ attempted.
   private according to Python's underscore naming convention.
   \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
-  \code{\class{DocTestFinder.find()} instead.}
+  \code{DocTestFinder.find()} instead.}
 
 %  """ [XX] This is no longer true:
 %  Advanced tomfoolery:  testmod runs methods of a local instance of