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

eric.araujo python-checkins at python.org
Sat Nov 27 00:31:07 CET 2010


Author: eric.araujo
Date: Sat Nov 27 00:31:07 2010
New Revision: 86823

Log:
Use link-generating markup (see #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	Sat Nov 27 00:31:07 2010
@@ -2054,7 +2054,8 @@
 Signal Handling
 ---------------
 
-The ``-c``/``--catch`` command-line option to unittest, along with the ``catchbreak``
+The :option:`-c/--catch <unittest -c>` 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