Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jun 13, 2018
1 parent b5102d0 commit 8d07220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def add_marker(self, marker, append=True):
"""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``.
"""
Expand Down

0 comments on commit 8d07220

Please sign in to comment.