Fix wording as suggested in review of #5741

This commit is contained in:
Bruno Oliveira
2019-08-15 10:05:42 -03:00
parent d7f082519a
commit 1049a38cee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ Skipping on a missing import dependency
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can skip tests on a missing import by using :ref:`pytest.importorskip ref`
at module level or within a test or test setup function.
at module level, within a test, or test setup function.
.. code-block:: python