bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)

This commit is contained in:
Pablo Aguiar 2018-11-01 11:33:35 +01:00 committed by Serhiy Storchaka
parent a1c249c405
commit 4b5e62dbb2
5 changed files with 6 additions and 6 deletions

View file

@ -732,7 +732,7 @@ else:
"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