diff options
Diffstat (limited to 'Doc/library/getpass.rst')
-rw-r--r-- | Doc/library/getpass.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/getpass.rst b/Doc/library/getpass.rst index ff1c091..ffe2b12 100644 --- a/Doc/library/getpass.rst +++ b/Doc/library/getpass.rst @@ -10,7 +10,7 @@ The :mod:`getpass` module provides two functions: -.. function:: getpass([prompt[, stream]]) +.. function:: getpass(prompt='Password: ', stream=None) Prompt the user for a password without echoing. The user is prompted using the string *prompt*, which defaults to ``'Password: '``. On Unix, the prompt |