diff --git a/_pytest/mark.py b/_pytest/mark.py index 50581e0a8..1a7635402 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -169,7 +169,7 @@ class MarkGenerator: """ Factory for :class:`MarkDecorator` objects - exposed as a ``pytest.mark`` singleton instance. Example:: - import py + import pytest @pytest.mark.slowtest def test_function(): pass