summaryrefslogtreecommitdiff
path: root/Doc/library/getpass.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/getpass.rst')
-rw-r--r--Doc/library/getpass.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/getpass.rst b/Doc/library/getpass.rst
index ff1c0916f7..ffe2b1256b 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