From 39dfbb2d5dc47635f332bc13ca667293de6989ab Mon Sep 17 00:00:00 2001 From: Brad Wolfe Date: Tue, 20 Dec 2022 11:10:31 +0100 Subject: 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 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 -- cgit v0.12