http://hg.python.org/cpython/rev/ce7354473a4a changeset: 68404:ce7354473a4a branch: 2.7 user: Ezio Melotti <ezio.melotti at gmail.com> date: Sat Mar 12 22:21:37 2011 +0200 summary: Fix typo. files: Doc/library/unittest.rst diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -194,7 +194,7 @@ .. _unittest-command-line-interface: -Command Line Interface +Command-Line Interface ---------------------- The unittest module can be used from the command line to run tests from -- Repository URL: http://hg.python.org/cpython