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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user