We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7253600 commit cf0cc73Copy full SHA for cf0cc73
Lib/getpass.py
@@ -148,7 +148,7 @@ def _check_echo_char(echo_char):
148
if echo_char is None:
149
return
150
if not isinstance(echo_char, str):
151
- raise TypeError("'echo_char' must be type str or None, not "
+ raise TypeError("'echo_char' must be a str or None, not "
152
f"{type(echo_char).__name__}")
153
if not (
154
len(echo_char) == 1
0 commit comments