Typo fix.

This commit is contained in:
Georg Brandl 2007-03-07 09:17:42 +00:00
parent 84a0b8d4b6
commit b535b39f77
1 changed files with 1 additions and 1 deletions

View 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