Merge pull request #8284 from encukou/patch-1

Doc: Fix typo
This commit is contained in:
Bruno Oliveira 2021-01-27 09:40:55 -03:00 committed by GitHub
commit 7b4ee65bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.