Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 644cabe

Browse files
committed
#14552: remove redundant wording in 'test' docs.
Original patch by Tshepang Lekhonkhobe.
1 parent 118ef7c commit 644cabe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/test.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ whether the test passed or failed and thus minimize output.
171171

172172
Running :mod:`test` directly allows what resources are available for
173173
tests to use to be set. You do this by using the ``-u`` command-line
174-
option. Run :program:`python -m test -uall` to turn on all
175-
resources; specifying ``all`` as an option for ``-u`` enables all
176-
possible resources. If all but one resource is desired (a more common case), a
174+
option. Specifying ``all`` as the value for the ``-u`` option enables all
175+
possible resources: :program:`python -m test -uall`.
176+
If all but one resource is desired (a more common case), a
177177
comma-separated list of resources that are not desired may be listed after
178178
``all``. The command :program:`python -m test -uall,-audio,-largefile`
179179
will run :mod:`test` with all resources except the ``audio`` and

0 commit comments

Comments
 (0)