From f9b6796728684e242c795b23c0c8b04dedd7cbc1 Mon Sep 17 00:00:00 2001 From: Brad Wolfe Date: Tue, 20 Dec 2022 11:10:31 +0100 Subject: [PATCH] gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs (#99625) --- 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