getpass: update docstrings (GH-49) (GH-419)

(cherry picked from commit baf7bb30a0)
This commit is contained in:
Mariatta 2017-03-02 21:56:06 -08:00 committed by GitHub
parent b8f5d07158
commit 93692b1a7c

View file

@ -7,7 +7,6 @@ GetPassWarning - This UserWarning is issued when getpass() cannot prevent
echoing of the password contents while reading.
On Windows, the msvcrt module will be used.
On the Mac EasyDialogs.AskPassword is used, if available.
"""