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
commit b64aaac7ec
1 changed files with 1 additions and 1 deletions

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