]> granicus.if.org Git - python/commitdiff
#14552: remove redundant wording in 'test' docs.
authorR David Murray <rdmurray@bitdance.com>
Thu, 12 Apr 2012 00:38:45 +0000 (20:38 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 12 Apr 2012 00:38:45 +0000 (20:38 -0400)
Original patch by Tshepang Lekhonkhobe.

Doc/library/test.rst

index 3a0b5cb6f880c46cff855da492a63ab153adf382..3e1e492cf3cd446efd6deb96fc0366f09cbb7fed 100644 (file)
@@ -169,10 +169,10 @@ be passed to the script. Specifying a single regression test (:program:`python
 the test passed or failed and thus minimize output.
 
 Running :mod:`test.regrtest` directly allows what resources are available for
-tests to use to be set. You do this by using the :option:`-u` command-line
-option. Run :program:`python -m test.regrtest -uall` to turn on all
-resources; specifying ``all`` as an option for ``-u`` enables all
-possible resources. If all but one resource is desired (a more common case), a
+tests to use to be set. You do this by using the ``-u`` command-line
+option. Specifying ``all`` as the value for the ``-u`` option enables all
+possible resources: :program:`python -m test -uall`.
+If all but one resource is desired (a more common case), a
 comma-separated list of resources that are not desired may be listed after
 ``all``. The command :program:`python -m test.regrtest -uall,-audio,-largefile`
 will run :mod:`test.regrtest` with all resources except the ``audio`` and