diff options
| author | Georg Brandl <georg@python.org> | 2010-01-02 12:35:01 (GMT) | 
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-02 12:35:01 (GMT) | 
| commit | 36f4214255ec8a2b5e0389a4e18cfcdec5c987ed (patch) | |
| tree | 6a70f4c5084a5b39f095e910bbdea136741568d1 /Lib/imaplib.py | |
| parent | 4b2c064ed85eb8efa2ec6ecc0e0da7bdf0a48175 (diff) | |
| download | cpython-36f4214255ec8a2b5e0389a4e18cfcdec5c987ed.zip cpython-36f4214255ec8a2b5e0389a4e18cfcdec5c987ed.tar.gz cpython-36f4214255ec8a2b5e0389a4e18cfcdec5c987ed.tar.bz2  | |
Fix casing.
Diffstat (limited to 'Lib/imaplib.py')
| -rw-r--r-- | Lib/imaplib.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 78ae45e..d1f62b0 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.      """  | 
