diff --git a/stdlib/argparse.pyi b/stdlib/argparse.pyi index 066896603914..1a2bb7015603 100644 --- a/stdlib/argparse.pyi +++ b/stdlib/argparse.pyi @@ -83,7 +83,7 @@ class _ActionsContainer: const: Any = ..., default: Any = ..., type: _ActionType = ..., - choices: Iterable[_T] | None = ..., + choices: Iterable[Any] | None = ..., # choices must match the type specified required: bool = ..., help: str | None = ..., metavar: str | tuple[str, ...] | None = ...,