summaryrefslogtreecommitdiff
path: root/Lib/poplib.py
diff options
context:
space:
mode:
authorPablo Aguiar <scorphus@gmail.com>2018-11-01 11:33:35 +0100
committerSerhiy Storchaka <storchaka@gmail.com>2018-11-01 12:33:35 +0200
commit4b5e62dbb22a3593e0db266c12f805b727a42b00 (patch)
tree280202868730927451a2c2be4205cdd675764165 /Lib/poplib.py
parenta1c249c40517917d2e0971d55aea8d14a44b2cc8 (diff)
downloadcpython-git-4b5e62dbb22a3593e0db266c12f805b727a42b00.tar.gz
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
Diffstat (limited to 'Lib/poplib.py')
-rw-r--r--Lib/poplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/poplib.py b/Lib/poplib.py
index d8a62c0343..9796f0d2f9 100644
--- a/Lib/poplib.py
+++ b/Lib/poplib.py
@@ -436,7 +436,7 @@ if HAVE_SSL:
"exclusive")
if keyfile is not None or certfile is not None:
import warnings
- warnings.warn("keyfile and certfile are deprecated, use a"
+ warnings.warn("keyfile and certfile are deprecated, use a "
"custom context instead", DeprecationWarning, 2)
self.keyfile = keyfile
self.certfile = certfile