mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix casing.
This commit is contained in:
parent
4b2c064ed8
commit
36f4214255
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue