Commit d3309df4 authored by Éric Araujo's avatar Éric Araujo

Style edits in followup to r86521 (#9312)

parent 2a1e3e29
...@@ -220,7 +220,7 @@ For a list of all the command-line options:: ...@@ -220,7 +220,7 @@ For a list of all the command-line options::
failfast, catch and buffer 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 .. program:: unittest
...@@ -2040,7 +2040,7 @@ instead of as an error. ...@@ -2040,7 +2040,7 @@ instead of as an error.
Signal Handling 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 parameter to :func:`unittest.main()`, provide more friendly handling of
control-C during a test run. With catch break behavior enabled control-C will 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 allow the currently running test to complete, and the test run will then end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment