From 6c6f4f713934f51cbf87482c7d1bd12ffae8e2a4 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 23 Apr 2008 01:06:42 +0000 Subject: syntax fixup --- Doc/library/getpass.rst | 6 +++--- 1 file 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 -- cgit v0.12