mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)
And also of lowercase vs lower-case. The `-` notation should only be used for adjectives.
This commit is contained in:
parent
acac6c71ff
commit
2138b2edaf
5 changed files with 5 additions and 5 deletions
|
@ -145,7 +145,7 @@ class IMAP4:
|
|||
the global default socket timeout is used
|
||||
|
||||
All IMAP4rev1 commands are supported by methods of the same
|
||||
name (in lower-case).
|
||||
name (in lowercase).
|
||||
|
||||
All arguments to commands are converted to strings, except for
|
||||
AUTHENTICATE, and the last argument to APPEND which is passed as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue