We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d585e commit a5eabf1Copy full SHA for a5eabf1
1 file changed
Doc/library/getpass.rst
@@ -27,12 +27,12 @@ The :mod:`!getpass` module provides two functions:
27
typed character is replaced by it. For example, ``echo_char='*'`` will
28
display asterisks instead of the actual input.
29
30
- If echo free input is unavailable :meth:`~getpass.getpass` falls back to printing
+ If echo-free input is unavailable, :func:`getpass` falls back to printing
31
a warning message to *stream* and reading from :data:`sys.stdin` and
32
issuing a :exc:`GetPassWarning`.
33
34
.. note::
35
- If you call :meth:`~getpass.getpass` from within IDLE, the input may be done in the
+ If you call :func:`getpass` from within IDLE, the input may be done in the
36
terminal you launched IDLE from rather than the idle window itself.
37
38
0 commit comments