Skip to content

Commit

Permalink
mark param extract_from: fix typos in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Mar 17, 2017
1 parent 63ac40b commit b328c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _pytest/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def extract_from(cls, parameterset, legacy_force_tuple=False):
and may or may not be wrapped into a mess of mark objects
:param legacy_force_tuple:
enforce tuple wrapping so single arugment tuple values dont get decomposed and break tests
enforce tuple wrapping so single argument tuple values
don't get decomposed and break tests
"""

Expand Down

0 comments on commit b328c56

Please sign in to comment.