Merge pull request #2847 from meawoppl/patch-1

Spelling Fix
This commit is contained in:
Florian Bruhin
2017-10-18 07:50:43 +02:00
committed by GitHub

View File

@@ -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]