DNS plugins: fix whitespace issue in authenticator pydoc (#4699)

This commit is contained in:
Zach Shepherd
2017-05-19 16:39:25 -07:00
committed by Brad Warren
parent c2b24702b7
commit c3434bac26
3 changed files with 3 additions and 3 deletions
@@ -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.
"""