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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b535b39f77341e739efb1727be3390df9fa7fd46;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 350abae7863b..f1e1033c1207 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