Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Shepherd <zjs@users.noreply.github.com>2017-05-20 02:39:25 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-05-20 02:39:25 +0300
commitc3434bac26592585d12feb781a87f3e2be846e42 (patch)
treee2d16b15daa9e2433ed59c2b2d39c582364b8aca /certbot-dns-google
parentc2b24702b75ca47198265619c5b94abfdb750013 (diff)
DNS plugins: fix whitespace issue in authenticator pydoc (#4699)
Diffstat (limited to 'certbot-dns-google')
-rw-r--r--certbot-dns-google/certbot_dns_google/dns_google.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-google/certbot_dns_google/dns_google.py b/certbot-dns-google/certbot_dns_google/dns_google.py
index 3f7a8d9f2..908c020e1 100644
--- a/certbot-dns-google/certbot_dns_google/dns_google.py
+++ b/certbot-dns-google/certbot_dns_google/dns_google.py
@@ -20,7 +20,7 @@ PERMISSIONS_URL = 'https://cloud.google.com/dns/access-control#permissions_and_r
@zope.interface.implementer(interfaces.IAuthenticator)
@zope.interface.provider(interfaces.IPluginFactory)
class Authenticator(dns_common.DNSAuthenticator):
- """DNS Authenticator for Google Cloud DNS
+ """DNS Authenticator for Google Cloud DNS
This Authenticator uses the Google Cloud DNS API to fulfill a dns-01 challenge.
"""