From: Brad Wolfe Date: Tue, 20 Dec 2022 10:10:31 +0000 (+0100) Subject: gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs... X-Git-Tag: v3.12.0a4~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39dfbb2d5dc47635f332bc13ca667293de6989ab;p=thirdparty%2FPython%2Fcpython.git gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs (#99625) --- diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 0c10e7afee40..8c28fce99ff9 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