Skip to content

Commit 92c4b50

Browse files
committed
Change lower-case and upper-case to match recommendations in python#88211
Issue python#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.
1 parent 9c4232a commit 92c4b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/imaplib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ IMAP4 Objects
187187
-------------
188188

189189
All IMAP4rev1 commands are represented by methods of the same name, either
190-
upper-case or lower-case.
190+
uppercase or lowercase.
191191

192192
All arguments to commands are converted to strings, except for ``AUTHENTICATE``,
193193
and the last argument to ``APPEND`` which is passed as an IMAP4 literal. If

0 commit comments

Comments
 (0)