mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:02:15 +02:00
DNS plugins: fix whitespace issue in authenticator pydoc (#4699)
This commit is contained in:
committed by
Brad Warren
parent
c2b24702b7
commit
c3434bac26
@@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
|
||||
@zope.interface.implementer(interfaces.IAuthenticator)
|
||||
@zope.interface.provider(interfaces.IPluginFactory)
|
||||
class Authenticator(dns_common.DNSAuthenticator):
|
||||
"""DNS Authenticator for DigitalOcean
|
||||
"""DNS Authenticator for DigitalOcean
|
||||
|
||||
This Authenticator uses the DigitalOcean API to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user