diff --git a/stdlib/2and3/argparse.pyi b/stdlib/2and3/argparse.pyi index d85dd5639..4cbf83bc8 100644 --- a/stdlib/2and3/argparse.pyi +++ b/stdlib/2and3/argparse.pyi @@ -57,7 +57,7 @@ class _ActionsContainer: nargs: Union[int, _Text] = ..., const: Any = ..., default: Any = ..., - type: Union[Callable[[_Text], _T], FileType] = ..., + type: Union[Callable[[str], _T], FileType] = ..., choices: Iterable[_T] = ..., required: bool = ..., help: Optional[_Text] = ...,