From: Ezio Melotti Date: Sat, 12 Mar 2011 20:25:06 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v3.2.1b1~319^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77845ce55a0f60842ec3aab649948d0f310ef8c5;p=python Fix typo. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 10e415b4ed..01a036d28f 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -191,7 +191,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