diff options
author | Georg Brandl <georg@python.org> | 2007-03-07 09:17:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-07 09:17:42 (GMT) |
commit | b535b39f77341e739efb1727be3390df9fa7fd46 (patch) | |
tree | c535f052c3dba31e5cf110a12d6c251df2a74b5f /Doc | |
parent | 84a0b8d4b6459009862ba7e8ca01079d325dadbf (diff) | |
download | cpython-b535b39f77341e739efb1727be3390df9fa7fd46.zip cpython-b535b39f77341e739efb1727be3390df9fa7fd46.tar.gz cpython-b535b39f77341e739efb1727be3390df9fa7fd46.tar.bz2 |
Typo fix.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libunittest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |