From: Georg Brandl Date: Wed, 7 Mar 2007 09:17:42 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.5.1c1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b535b39f77341e739efb1727be3390df9fa7fd46;p=python Typo fix. --- diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 350abae786..f1e1033c12 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex @@ -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