diff options
Diffstat (limited to 'Lib/imaplib.py')
-rw-r--r-- | Lib/imaplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 73184396d89..fa4c0f8f623 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -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 |