[Python-checkins] r86632 - python/branches/py3k/Doc/library/unittest.rst

eric.araujo python-checkins at python.org
Sun Nov 21 04:09:18 CET 2010


Author: eric.araujo
Date: Sun Nov 21 04:09:17 2010
New Revision: 86632

Log:
Style edits in followup to r86521 (#9312)


Modified:
   python/branches/py3k/Doc/library/unittest.rst

Modified: python/branches/py3k/Doc/library/unittest.rst
==============================================================================
--- python/branches/py3k/Doc/library/unittest.rst	(original)
+++ python/branches/py3k/Doc/library/unittest.rst	Sun Nov 21 04:09:17 2010
@@ -220,7 +220,7 @@
 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 @@
 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


More information about the Python-checkins mailing list