From 92c4b509213ecbbf7b0067b99de76f1ad039facf Mon Sep 17 00:00:00 2001 From: Brad Wolfe Date: Sun, 20 Nov 2022 20:17:53 +0100 Subject: [PATCH] Change lower-case and upper-case to match recommendations in #88211 Issue #88211 recommends canonicalizing instances of upper-case to uppercase and lower-case to lowercase. This commit addresses outstanding instances present in Doc/library/impamlib.rst. --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 0c10e7afee401f..8c28fce99ff912 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