mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-123492: Remove unnecessary :func: parentheses (#123493)
This commit is contained in:
parent
8aaf7525ab
commit
103a0470e3
78 changed files with 154 additions and 154 deletions
|
|
@ -2529,7 +2529,7 @@ Signal Handling
|
|||
.. versionadded:: 3.2
|
||||
|
||||
The :option:`-c/--catch <unittest -c>` command-line option to unittest,
|
||||
along with the ``catchbreak`` parameter to :func:`unittest.main()`, provide
|
||||
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 and report all the results so far. A second
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue