fix whitespace
This commit is contained in:
parent
b5102d03a6
commit
8d072205e9
|
@ -177,7 +177,7 @@ class Node(object):
|
||||||
"""dynamically add a marker object to the node.
|
"""dynamically add a marker object to the node.
|
||||||
|
|
||||||
:type marker: ``str`` or ``pytest.mark.*`` object
|
:type marker: ``str`` or ``pytest.mark.*`` object
|
||||||
:param marker:
|
:param marker:
|
||||||
``append=True`` whether to append the marker,
|
``append=True`` whether to append the marker,
|
||||||
if ``False`` insert at position ``0``.
|
if ``False`` insert at position ``0``.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue