Skip to content

Commit

Permalink
Change lower-case and upper-case to match recommendations in python#8…
Browse files Browse the repository at this point in the history
…8211

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.
  • Loading branch information
tbwolfe committed Nov 20, 2022
1 parent 9c4232a commit 92c4b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/imaplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92c4b50

Please sign in to comment.