Fix a typo in the docstring for mark.MarkGenerator
This commit is contained in:
parent
c9927bb66f
commit
424b46de1b
|
@ -169,7 +169,7 @@ class MarkGenerator:
|
||||||
""" Factory for :class:`MarkDecorator` objects - exposed as
|
""" Factory for :class:`MarkDecorator` objects - exposed as
|
||||||
a ``pytest.mark`` singleton instance. Example::
|
a ``pytest.mark`` singleton instance. Example::
|
||||||
|
|
||||||
import py
|
import pytest
|
||||||
@pytest.mark.slowtest
|
@pytest.mark.slowtest
|
||||||
def test_function():
|
def test_function():
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue