commit | c3ab30b363530c17b71bdfad09a01fa9c653c10e | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Mar 12 22:21:37 2011 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Mar 12 22:21:37 2011 +0200 |
tree | 485a8afd1f06f5e24f208f5146b8f6aa97b8485e | |
parent | 3c5edd00a76c2903a5d7df812860ed5c42015baa [diff] |
Fix typo.
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 @@ .. _unittest-command-line-interface: -Command Line Interface +Command-Line Interface ---------------------- The unittest module can be used from the command line to run tests from