Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal

This commit is contained in:
Seth Schoen
2015-09-08 21:02:06 -07:00
23 changed files with 110 additions and 30 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ util = zope.component.getUtility # pylint: disable=invalid-name
def choose_plugin(prepared, question):
"""Allow the user to choose ther plugin.
"""Allow the user to choose their plugin.
:param list prepared: List of `~.PluginEntryPoint`.
:param str question: Question to be presented to the user.