Skip to content

Commit a5eabf1

Browse files
committed
Remove redundant links and hyphenate "echo-free"
1 parent f6d585e commit a5eabf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/getpass.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ The :mod:`!getpass` module provides two functions:
2727
typed character is replaced by it. For example, ``echo_char='*'`` will
2828
display asterisks instead of the actual input.
2929

30-
If echo free input is unavailable :meth:`~getpass.getpass` falls back to printing
30+
If echo-free input is unavailable, :func:`getpass` falls back to printing
3131
a warning message to *stream* and reading from :data:`sys.stdin` and
3232
issuing a :exc:`GetPassWarning`.
3333

3434
.. note::
35-
If you call :meth:`~getpass.getpass` from within IDLE, the input may be done in the
35+
If you call :func:`getpass` from within IDLE, the input may be done in the
3636
terminal you launched IDLE from rather than the idle window itself.
3737

3838
.. note::

0 commit comments

Comments
 (0)