summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/getpass.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/getpass.rst b/Doc/library/getpass.rst
index 25a82af9..02c3fd8 100644
--- a/Doc/library/getpass.rst
+++ b/Doc/library/getpass.rst
@@ -29,9 +29,9 @@ The :mod:`getpass` module provides two functions:
.. versionchanged:: 2.6
On Unix it defaults to using /dev/tty before falling back
to ``sys.stdin`` and ``sys.stderr``.
- .. note::
- If you call getpass from within idle, the input may be done in the
- terminal you launched idle from rather than the idle window itself.
+ .. note::
+ If you call getpass from within IDLE, the input may be done in the
+ terminal you launched IDLE from rather than the idle window itself.
.. exception:: GetPassWarning