mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Fix typo
This commit is contained in:
parent
ef113cd4cc
commit
f0a71cf424
1 changed files with 1 additions and 1 deletions
|
|
@ -2053,7 +2053,7 @@ Loading and running tests
|
||||||
The *failfast*, *catchbreak* and *buffer* parameters have the same
|
The *failfast*, *catchbreak* and *buffer* parameters have the same
|
||||||
effect as the same-name `command-line options`_.
|
effect as the same-name `command-line options`_.
|
||||||
|
|
||||||
The *warning* argument specifies the :ref:`warning filter <warning-filter>`
|
The *warnings* argument specifies the :ref:`warning filter <warning-filter>`
|
||||||
that should be used while running the tests. If it's not specified, it will
|
that should be used while running the tests. If it's not specified, it will
|
||||||
remain ``None`` if a :option:`-W` option is passed to :program:`python`,
|
remain ``None`` if a :option:`-W` option is passed to :program:`python`,
|
||||||
otherwise it will be set to ``'default'``.
|
otherwise it will be set to ``'default'``.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue