Skip to content

Commit 19bc2cb

Browse files
committed
python: remove redundant :type docstring
Sphinx gets it from the type annotation.
1 parent 58d7aa9 commit 19bc2cb

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
@@ -1192,7 +1192,7 @@ def parametrize(
11921192
If N argnames were specified, argvalues must be a list of
11931193
N-tuples, where each tuple-element specifies a value for its
11941194
respective argname.
1195-
:type argvalues: Iterable[_pytest.mark.structures.ParameterSet | Sequence[object] | object]
1195+
11961196
:param indirect:
11971197
A list of arguments' names (subset of argnames) or a boolean.
11981198
If True the list contains all names from the argnames. Each

0 commit comments

Comments
 (0)