From: Ezio Melotti Date: Sat, 12 Mar 2011 20:21:37 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v2.7.2rc1~257^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3ab30b363530c17b71bdfad09a01fa9c653c10e;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 5df61554bdde..42ae8e2c577c 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -194,7 +194,7 @@ documentation explores the full feature set from first principles. .. _unittest-command-line-interface: -Command Line Interface +Command-Line Interface ---------------------- The unittest module can be used from the command line to run tests from