Skip to content

Commit 6e482f5

Browse files
Revert a tiny change
1 parent d5bf27c commit 6e482f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ def setmulti(
11581158
arg2scope = dict(self._arg2scope)
11591159
for arg, val, param_index in zip(argnames, valset, param_indices):
11601160
if arg in params:
1161-
raise ValueError(f"duplicate {arg!r}")
1161+
raise ValueError(f"duplicate parametrization of {arg!r}")
11621162
params[arg] = val
11631163
indices[arg] = param_index
11641164
arg2scope[arg] = scope

0 commit comments

Comments
 (0)