From b535b39f77341e739efb1727be3390df9fa7fd46 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 7 Mar 2007 09:17:42 +0000 Subject: Typo fix. --- Doc/lib/libunittest.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 350abae..f1e1033 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 -- cgit v0.12