summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-04-23 01:06:42 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-04-23 01:06:42 (GMT)
commit6c6f4f713934f51cbf87482c7d1bd12ffae8e2a4 (patch)
tree4f9a293da927c715917dd40ec7333e06fa67ba84
parent6d9aafa49da7741f65054366ba9ecc1266951ced (diff)
downloadcpython-6c6f4f713934f51cbf87482c7d1bd12ffae8e2a4.zip
cpython-6c6f4f713934f51cbf87482c7d1bd12ffae8e2a4.tar.gz
cpython-6c6f4f713934f51cbf87482c7d1bd12ffae8e2a4.tar.bz2
syntax fixup
-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