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

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