From: Zachary Ware Date: Tue, 30 Aug 2016 05:16:13 +0000 (-0500) Subject: Fix typo X-Git-Tag: v3.6.0b1~527^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0a71cf4242b15dc85fbb7681c72bf4cf41ef181;p=python Fix typo --- 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 ` + The *warnings* argument specifies the :ref:`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'``.