Skip to content

Commit 6e148e5

Browse files
committed
match style
1 parent 301ef46 commit 6e148e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_getpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_control_chars_with_echo_char(self):
203203

204204
class GetpassEchoCharTest(unittest.TestCase):
205205
# Tests for the `echo_char` parameter of `getpass.getpass()`
206-
# Successful Validation Cases
206+
# Successful Validation Case(s)
207207
def test_accepts_none(self):
208208
getpass._check_echo_char(None)
209209

0 commit comments

Comments
 (0)