summaryrefslogtreecommitdiff
path: root/doc/en/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/usage.rst')
-rw-r--r--doc/en/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/usage.rst b/doc/en/usage.rst
index fbd3333da..0a26182d4 100644
--- a/doc/en/usage.rst
+++ b/doc/en/usage.rst
@@ -497,7 +497,7 @@ The plugins are automatically enabled for pytest runs, unless the
``-p no:threadexception`` (for thread exceptions) options are given on the
command-line.
-The warnings may be silenced selectivly using the :ref:`pytest.mark.filterwarnings ref`
+The warnings may be silenced selectively using the :ref:`pytest.mark.filterwarnings ref`
mark. The warning categories are :class:`pytest.PytestUnraisableExceptionWarning` and
:class:`pytest.PytestUnhandledThreadExceptionWarning`.