summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-08-30 05:23:37 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-08-30 05:23:37 (GMT)
commit003359370bf434baa4437d882bee953f78220ef5 (patch)
tree30583a1a9c8992f7b1174bb83a20c1e6d2efc2a8 /Doc/library/unittest.rst
parentee8e17f901bcb2f94032b82b61ad8b98b6528616 (diff)
parentf0a71cf4242b15dc85fbb7681c72bf4cf41ef181 (diff)
downloadcpython-003359370bf434baa4437d882bee953f78220ef5.zip
cpython-003359370bf434baa4437d882bee953f78220ef5.tar.gz
cpython-003359370bf434baa4437d882bee953f78220ef5.tar.bz2
Merge with 3.5
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 9f7fc57..dd188b0 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'``.