From: Éric Araujo Date: Thu, 16 Dec 2010 00:07:01 +0000 (+0000) Subject: No need to generate a link for something that’s just above. X-Git-Tag: v3.2b2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6c5f749d86b2676ba393c1f1e2a4c407ea5fd36;p=python No need to generate a link for something that’s just above. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 75070f76cb..bcb9517139 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.