mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
DNS plugins: fix whitespace issue in authenticator pydoc (#4699)
This commit is contained in:
committed by
Brad Warren
parent
c2b24702b7
commit
c3434bac26
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user