Skip to content

Commit 5c2e9f4

Browse files
committed
Fix a copy-pasted comment
1 parent 189d251 commit 5c2e9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/mark/structures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_empty_parameterset_mark(
6666
return mark
6767

6868

69-
# Singleton type for NOTSET, as described in:
69+
# Singleton type for HIDDEN_PARAM, as described in:
7070
# https://www.python.org/dev/peps/pep-0484/#support-for-singleton-types-in-unions
7171
class _HiddenParam(enum.Enum):
7272
token = 0

0 commit comments

Comments
 (0)