Style edits in followup to r86521 (#9312)
authorÉric Araujo <merwok@netwok.org>
Sun, 21 Nov 2010 03:09:17 +0000 (03:09 +0000)
committerÉric Araujo <merwok@netwok.org>
Sun, 21 Nov 2010 03:09:17 +0000 (03:09 +0000)
Doc/library/unittest.rst

index 2c822058ba854482c59345bb9ec22ac0f86156f4..a25fd549f3e90742441c86dc55c83ccb7be43463 100644 (file)
@@ -220,7 +220,7 @@ For a list of all the command-line options::
 failfast, catch and buffer command-line options
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-:program:`unittest` supports three command-line options.
+:program:`unittest` supports these command-line options:
 
 .. program:: unittest
 
@@ -2040,7 +2040,7 @@ instead of as an error.
 Signal Handling
 ---------------
 
-The :option:`-c` command-line option to unittest, along with the ``catchbreak``
+The ``-c``/``--catch`` command-line option to unittest, along with the ``catchbreak``
 parameter to :func:`unittest.main()`, provide more friendly handling of
 control-C during a test run. With catch break behavior enabled control-C will
 allow the currently running test to complete, and the test run will then end