From: Georg Brandl Date: Sat, 2 Jan 2010 12:35:01 +0000 (+0000) Subject: Fix casing. X-Git-Tag: v2.7a2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36f4214255ec8a2b5e0389a4e18cfcdec5c987ed;p=thirdparty%2FPython%2Fcpython.git Fix casing. --- diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 78ae45ef520a..d1f62b093452 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -1212,7 +1212,7 @@ class IMAP4_stream(IMAP4): Instantiate with: IMAP4_stream(command) - where "command" is a string that can be passed to Subprocess.Popen() + where "command" is a string that can be passed to subprocess.Popen() for more documentation see the docstring of the parent class IMAP4. """