]> granicus.if.org Git - python/commitdiff
Fix typo
authorZachary Ware <zachary.ware@gmail.com>
Tue, 30 Aug 2016 05:16:13 +0000 (00:16 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 30 Aug 2016 05:16:13 +0000 (00:16 -0500)
Doc/library/unittest.rst

index e5646aef6ac65c62d0574959add15987e98a5ce5..9cca88103a3f9c9a25f50f357b1a5ee53451c489 100644 (file)
@@ -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'``.