mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs (#99625)
This commit is contained in:
parent
79ccc03b62
commit
39dfbb2d5d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ IMAP4 Objects
|
|||
-------------
|
||||
|
||||
All IMAP4rev1 commands are represented by methods of the same name, either
|
||||
upper-case or lower-case.
|
||||
uppercase or lowercase.
|
||||
|
||||
All arguments to commands are converted to strings, except for ``AUTHENTICATE``,
|
||||
and the last argument to ``APPEND`` which is passed as an IMAP4 literal. If
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue