]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
update docstring for `win_getpass` to reflect code changes (GH-24967)
authorJürgen Gmach <juergen.gmach@googlemail.com>
Tue, 4 May 2021 06:48:29 +0000 (08:48 +0200)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 06:48:29 +0000 (23:48 -0700)
commitd4222ea6b0bb3cf7d40f23b370dc9eea5f9b7004
treefc85d972af5d53f472e24a46df4371e0b3bdc42f
parent6fee0835cb00677acd341751f831ca1af128f4c9
update docstring for `win_getpass` to reflect code changes (GH-24967)

The code was updated in
https://github.com/python/cpython/commit/0ec88b33d093db00ec68b220247681354a650f0c
but the docstring was left untouched.

=> updated the docstring to reflect the code changes
Lib/getpass.py