Fix a typo in the docstring for mark.MarkGenerator

This commit is contained in:
Tiemo Kieft
2016-02-27 14:15:42 +01:00
parent c9927bb66f
commit 424b46de1b

View File

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