summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-16 00:07:01 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-12-16 00:07:01 (GMT)
commitd6c5f749d86b2676ba393c1f1e2a4c407ea5fd36 (patch)
tree57d0a96ed3285ab8222bc04f246511977184ca06 /Doc/library
parent4fef555e06f6ef18597e68ec5a74183ff99af8be (diff)
downloadcpython-d6c5f749d86b2676ba393c1f1e2a4c407ea5fd36.zip
cpython-d6c5f749d86b2676ba393c1f1e2a4c407ea5fd36.tar.gz
cpython-d6c5f749d86b2676ba393c1f1e2a4c407ea5fd36.tar.bz2
No need to generate a link for something that’s just above.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/unittest.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 75070f7..bcb9517 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -257,8 +257,7 @@ Command-line options
Stop the test run on the first error or failure.
.. versionadded:: 3.2
- The command-line options :option:`-b`, :option:`-c` and :option:`-f`
- were added.
+ The command-line options ``-b``, ``-c`` and ``-f`` were added.
The command line can also be used for test discovery, for running all of the
tests in a project or just a subset.