diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-08-30 00:16:13 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-08-30 00:16:13 -0500 |
commit | f0a71cf4242b15dc85fbb7681c72bf4cf41ef181 (patch) | |
tree | d6ae0c3253f466c6df9b7d3f022c3b09b9195cfc /Doc/library | |
parent | ef113cd4cc2c16fa0ce59e325ee587698d62e1ae (diff) | |
download | cpython-git-f0a71cf4242b15dc85fbb7681c72bf4cf41ef181.tar.gz |
Fix typo
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index e5646aef6a..9cca88103a 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -2053,7 +2053,7 @@ Loading and running tests The *failfast*, *catchbreak* and *buffer* parameters have the same 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 remain ``None`` if a :option:`-W` option is passed to :program:`python`, otherwise it will be set to ``'default'``. |