]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 09:17:42 +0000 (09:17 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 09:17:42 +0000 (09:17 +0000)
Doc/lib/libunittest.tex

index 350abae7863bc7bdfd054dd196e748f9313498a2..f1e1033c1207e8f651fd26c78a5e9465d8ec62e3 100644 (file)
@@ -540,7 +540,7 @@ easier.}
 
 \begin{funcdesc}{main}{\optional{module\optional{,
                  defaultTest\optional{, argv\optional{,
-                 testRunner\optional{, testRunner}}}}}}
+                 testRunner\optional{, testLoader}}}}}}
   A command-line program that runs a set of tests; this is primarily
   for making test modules conveniently executable.  The simplest use
   for this function is to include the following line at the end of a