diff options
author | Éric Araujo <merwok@netwok.org> | 2010-11-21 03:09:17 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-11-21 03:09:17 (GMT) |
commit | d3309df40b5335ebf225a359e5cb3b324801e221 (patch) | |
tree | 384d8ea628f218e427c2fe96027121fa5d5bf5d7 | |
parent | 2a1e3e29d4015aa7f029ba819c46b3790b3e4a3d (diff) | |
download | cpython-d3309df40b5335ebf225a359e5cb3b324801e221.zip cpython-d3309df40b5335ebf225a359e5cb3b324801e221.tar.gz cpython-d3309df40b5335ebf225a359e5cb3b324801e221.tar.bz2 |
Style edits in followup to r86521 (#9312)
-rw-r--r-- | Doc/library/unittest.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 2c82205..a25fd54 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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 |