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 301ef46 commit 6e148e5Copy full SHA for 6e148e5
Lib/test/test_getpass.py
@@ -203,7 +203,7 @@ def test_control_chars_with_echo_char(self):
203
204
class GetpassEchoCharTest(unittest.TestCase):
205
# Tests for the `echo_char` parameter of `getpass.getpass()`
206
- # Successful Validation Cases
+ # Successful Validation Case(s)
207
def test_accepts_none(self):
208
getpass._check_echo_char(None)
209
0 commit comments