commit | f5469cff1f90381819291bcddcc70f5aaf2da141 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Aug 17 15:43:51 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Aug 17 15:43:51 2013 +0300 |
tree | f61191eac7db34346674d3b5dca6cfc334dcca99 | |
parent | 10b513098af5323bc2e9dee4775531eb63c1f0ab [diff] [blame] |
#18705: fix a number of typos. Patch by Févry Thibault.
diff --git a/Lib/poplib.py b/Lib/poplib.py index e2b33ef..dc7cbdf 100644 --- a/Lib/poplib.py +++ b/Lib/poplib.py
@@ -321,7 +321,7 @@ hostname - the hostname of the pop3 over ssl server port - port number - keyfile - PEM formatted file that countains your private key + keyfile - PEM formatted file that contains your private key certfile - PEM formatted certificate chain file See the methods of the parent class POP3 for more documentation.