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

Skip to content

Commit f0a71cf

Browse files
committed
Fix typo
1 parent ef113cd commit f0a71cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ Loading and running tests
20532053
The *failfast*, *catchbreak* and *buffer* parameters have the same
20542054
effect as the same-name `command-line options`_.
20552055

2056-
The *warning* argument specifies the :ref:`warning filter <warning-filter>`
2056+
The *warnings* argument specifies the :ref:`warning filter <warning-filter>`
20572057
that should be used while running the tests. If it's not specified, it will
20582058
remain ``None`` if a :option:`-W` option is passed to :program:`python`,
20592059
otherwise it will be set to ``'default'``.

0 commit comments

Comments
 (0)