[Python-checkins] r77229 - python/trunk/Lib/imaplib.py

georg.brandl python-checkins at python.org
Sat Jan 2 13:35:01 CET 2010


Author: georg.brandl
Date: Sat Jan  2 13:35:01 2010
New Revision: 77229

Log:
Fix casing.

Modified:
   python/trunk/Lib/imaplib.py

Modified: python/trunk/Lib/imaplib.py
==============================================================================
--- python/trunk/Lib/imaplib.py	(original)
+++ python/trunk/Lib/imaplib.py	Sat Jan  2 13:35:01 2010
@@ -1212,7 +1212,7 @@
 
     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.
     """


More information about the Python-checkins mailing list