Skip to content

Commit 11b391f

Browse files
authored
Update mark.py
1 parent 3676da5 commit 11b391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/mark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def store_mark(obj, mark):
383383
"""
384384
assert isinstance(mark, Mark), mark
385385
# always reassign name to avoid updating pytestmark
386-
# in a referene that was only borrowed
386+
# in a reference that was only borrowed
387387
obj.pytestmark = get_unpacked_marks(obj) + [mark]
388388

389389

0 commit comments

Comments
 (0)