Skip to content

Commit

Permalink
Merge pull request #2847 from meawoppl/patch-1
Browse files Browse the repository at this point in the history
Spelling Fix
  • Loading branch information
The-Compiler authored Oct 18, 2017
2 parents 3676da5 + 11b391f commit 2d08005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pytest/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def store_mark(obj, mark):
"""
assert isinstance(mark, Mark), mark
# always reassign name to avoid updating pytestmark
# in a referene that was only borrowed
# in a reference that was only borrowed
obj.pytestmark = get_unpacked_marks(obj) + [mark]


Expand Down

0 comments on commit 2d08005

Please sign in to comment.