summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/imaplib.py2
-rw-r--r--Lib/ssl.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py
index 7318439..fa4c0f8 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
diff --git a/Lib/ssl.py b/Lib/ssl.py
index 2b131de..aeb2958 100644
--- a/Lib/ssl.py
+++ b/Lib/ssl.py
@@ -280,7 +280,7 @@ CertificateError = SSLCertVerificationError
def _dnsname_match(dn, hostname):
"""Matching according to RFC 6125, section 6.4.3
- - Hostnames are compared lower case.
+ - Hostnames are compared lower-case.
- For IDNA, both dn and hostname must be encoded as IDN A-label (ACE).
- Partial wildcards like 'www*.example.org', multiple wildcards, sole
wildcard or wildcards in labels other then the left-most label are not