From: Gregory P. Smith Date: Wed, 23 Apr 2008 01:06:42 +0000 (+0000) Subject: syntax fixup X-Git-Tag: v2.6a3~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c6f4f713934f51cbf87482c7d1bd12ffae8e2a4;p=thirdparty%2FPython%2Fcpython.git syntax fixup --- diff --git a/Doc/library/getpass.rst b/Doc/library/getpass.rst index 25a82af94c9f..02c3fd8b4b67 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