From c0d060a8f1e45d23048638851735ed4a394fbebd Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 29 Aug 2016 12:44:20 -0700 Subject: [PATCH] fix typo and long line --- certbot/plugins/standalone.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/certbot/plugins/standalone.py b/certbot/plugins/standalone.py index c00f30052..f3cd4b49d 100644 --- a/certbot/plugins/standalone.py +++ b/certbot/plugins/standalone.py @@ -120,8 +120,10 @@ def supported_challenges_validator(data): It should be passed as `type` argument to `add_argument`. """ - sys.stderr.write("WARNING: The standalone specific supported challenges flag is depricated") - sys.stderr.write("\nPlease use the --preferred-challenges flag instead.\n") + sys.stderr.write( + "WARNING: The standalone specific " + "supported challenges flag is deprecated\n") + sys.stderr.write("Please use the --preferred-challenges flag instead.\n") challs = data.split(",") # tls-sni-01 was dvsni during private beta