Skip to content

Commit

Permalink
Fix manual plugin __doc__ indentantion
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Oct 31, 2015
1 parent c39bc12 commit fb73613
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions letsencrypt/plugins/manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
class Authenticator(common.Plugin):
"""Manual Authenticator.
This plugin requires user's manual intervention in setting up a HTTP
server for solving SimpleHTTP challenges and thus does not need to be
run as a privileged process. Alternatively shows instructions on how
to use Python's built-in HTTP server.
This plugin requires user's manual intervention in setting up a HTTP
server for solving SimpleHTTP challenges and thus does not need to
be run as a privileged process. Alternatively shows instructions on
how to use Python's built-in HTTP server.
.. todo:: Support for `~.challenges.DVSNI`.
"""
zope.interface.implements(interfaces.IAuthenticator)
zope.interface.classProvides(interfaces.IPluginFactory)
Expand Down

0 comments on commit fb73613

Please sign in to comment.