]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix casing.
authorGeorg Brandl <georg@python.org>
Sat, 2 Jan 2010 12:35:01 +0000 (12:35 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 2 Jan 2010 12:35:01 +0000 (12:35 +0000)
Lib/imaplib.py

index 78ae45ef520a60458c4c5fee0fce29d2c730efcf..d1f62b0934528037c211a1d4a7c2ee771c853c5d 100644 (file)
@@ -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.
     """