Merge pull request #1416 from blubber/fix-mark-documentation

Fix a typo in the docstring for mark.MarkGenerator
This commit is contained in:
Bruno Oliveira
2016-02-27 11:58:43 -03:00

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