1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

Fix doc mistakes

This commit is contained in:
James Kasten
2014-12-01 04:29:36 -08:00
parent 9474a44b12
commit 795b6fcdc6
3 changed files with 4 additions and 5 deletions

View File

@@ -371,7 +371,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
Checks if addr has a NameVirtualHost directive in the Apache config
:param str addr: vhost address ie. *:443
:param str addr: vhost address ie. \*:443
:returns: Success
:rtype: bool

View File

@@ -1,7 +1,7 @@
"""Recovery Contact Identifier Validation Challenge.
NOTE: THIS CLASS IS NOT FULLY IMPLEMENTED INTO THE PROJECT
YET.
.. note:: This class is not complete and is not included in the project
currently.
"""
import time

View File

@@ -1,7 +1,6 @@
"""Recovery Token Identifier Validation Challenge.
NOTE: THIS CHALLENGE IS NOT IMPLEMENTED OR INCLUDED
IN THE PROJECT CURRENTLY
.. note:: This challenge has not been implemented into the project yet
"""
import dialog