diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-12 20:21:37 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-12 20:21:37 (GMT) |
commit | c3ab30b363530c17b71bdfad09a01fa9c653c10e (patch) | |
tree | 485a8afd1f06f5e24f208f5146b8f6aa97b8485e /Doc/library/unittest.rst | |
parent | 3c5edd00a76c2903a5d7df812860ed5c42015baa (diff) | |
download | cpython-c3ab30b363530c17b71bdfad09a01fa9c653c10e.zip cpython-c3ab30b363530c17b71bdfad09a01fa9c653c10e.tar.gz cpython-c3ab30b363530c17b71bdfad09a01fa9c653c10e.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 5df6155..42ae8e2 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 |