]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
syntax fixup
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 23 Apr 2008 01:06:42 +0000 (01:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 23 Apr 2008 01:06:42 +0000 (01:06 +0000)
Doc/library/getpass.rst

index 25a82af94c9f6dfb5e02d5405b18bcde9e1f57a5..02c3fd8b4b67541a70df39d80e9437124b56c966 100644 (file)
@@ -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