summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-12 20:25:06 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-12 20:25:06 (GMT)
commit77845ce55a0f60842ec3aab649948d0f310ef8c5 (patch)
treecfebc0e5c58ab6ad969871981060116a838aba46 /Doc/library
parentab2b71699cce1b6f2e3de34c8b79a433101a28b8 (diff)
downloadcpython-77845ce55a0f60842ec3aab649948d0f310ef8c5.zip
cpython-77845ce55a0f60842ec3aab649948d0f310ef8c5.tar.gz
cpython-77845ce55a0f60842ec3aab649948d0f310ef8c5.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 10e415b..01a036d 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