From d57353a6fea562b00cc3e37e71b76e12ff380fef Mon Sep 17 00:00:00 2001 From: sagi Date: Wed, 25 May 2016 22:01:43 +0000 Subject: [PATCH] Add missing space. --- certbot/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/interfaces.py b/certbot/interfaces.py index 19d9f0c07..37835462e 100644 --- a/certbot/interfaces.py +++ b/certbot/interfaces.py @@ -201,7 +201,7 @@ class IConfig(zope.interface.Interface): "Email used for registration and recovery contact.") rsa_key_size = zope.interface.Attribute("Size of the RSA key.") must_staple = zope.interface.Attribute( - "Adds the OCSP Must Staple extension to the certificate." + "Adds the OCSP Must Staple extension to the certificate. " "Autoconfigures OCSP Stapling for supported setups " "(Apache version >= 2.3.3 ).")