fix whitespace

This commit is contained in:
Ronny Pfannschmidt 2018-06-13 22:00:22 +02:00
parent b5102d03a6
commit 8d072205e9
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Node(object):
"""dynamically add a marker object to the node.
:type marker: ``str`` or ``pytest.mark.*`` object
:param marker:
:param marker:
``append=True`` whether to append the marker,
if ``False`` insert at position ``0``.
"""