[Python-checkins] r62466 - python/trunk/Doc/library/getpass.rst

gregory.p.smith python-checkins at python.org
Wed Apr 23 03:07:15 CEST 2008


Author: gregory.p.smith
Date: Wed Apr 23 03:06:42 2008
New Revision: 62466

Log:
syntax fixup


Modified:
   python/trunk/Doc/library/getpass.rst

Modified: python/trunk/Doc/library/getpass.rst
==============================================================================
--- python/trunk/Doc/library/getpass.rst	(original)
+++ python/trunk/Doc/library/getpass.rst	Wed Apr 23 03:06:42 2008
@@ -29,9 +29,9 @@
    .. 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


More information about the Python-checkins mailing list