Skip to content

Commit 109b4f3

Browse files
update parse_star_args_type docstring
1 parent 0139c12 commit 109b4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/argmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def parse_star_args_type(
386386
) -> TupleType | IterableType | ParamSpecType | AnyType:
387387
"""Parse the type of a ``*args`` argument.
388388
389-
Returns one of TupleType, IterableType, ParamSpecType (ARGS flavor),
389+
Returns one of TupleType, IterableType, ParamSpecType,
390390
or AnyType(TypeOfAny.from_error) if the type cannot be parsed or is invalid.
391391
"""
392392
p_t = get_proper_type(typ)

0 commit comments

Comments
 (0)