diff options
author | Brad Wolfe <brad.wolfe@gmail.com> | 2022-12-20 10:10:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-20 10:10:31 (GMT) |
commit | 39dfbb2d5dc47635f332bc13ca667293de6989ab (patch) | |
tree | e527255dc9d6af44bd67bbccd4a29bcdc85f8f35 /Doc | |
parent | 79ccc03b62d819d83e592c6c8038545d9263a0d4 (diff) | |
download | cpython-39dfbb2d5dc47635f332bc13ca667293de6989ab.zip cpython-39dfbb2d5dc47635f332bc13ca667293de6989ab.tar.gz cpython-39dfbb2d5dc47635f332bc13ca667293de6989ab.tar.bz2 |
gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs (#99625)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/imaplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 0c10e7a..8c28fce9 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -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 |