summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2021-01-27 09:40:55 -0300
committerGitHub <noreply@github.com>2021-01-27 09:40:55 -0300
commit7b4ee65bdc432934b0479069188a69fe5e46e4cc (patch)
treeb67af7e4a544615e899a20de3f8b1e3333850809 /doc
parent0365b1be64e4850adab1f0a95d39bea1f29ef05b (diff)
parent56cea26445095c5be7376dd9a6693d2f976b24ed (diff)
downloadpytest-7b4ee65bdc432934b0479069188a69fe5e46e4cc.tar.gz
Merge pull request #8284 from encukou/patch-1
Doc: Fix typo
Diffstat (limited to 'doc')
-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`.