summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-12 22:21:37 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-12 22:21:37 +0200
commit4e7c1657dc9a4ac835844bd0fd6423ff4e0a348e (patch)
tree74c1b9a66f626ab7d37d1821adbf4d64da1a90b8
parentbc76a941a450bb4bb19acdd28bddc8900fe87b54 (diff)
downloadcpython-4e7c1657dc9a4ac835844bd0fd6423ff4e0a348e.tar.gz
Fix typo.
-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 5df61554bd..42ae8e2c57 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