From 795b6fcdc604023a54d062ce9573359a3db89ff2 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 1 Dec 2014 04:29:36 -0800 Subject: [PATCH] Fix doc mistakes --- letsencrypt/client/apache_configurator.py | 2 +- letsencrypt/client/recovery_contact_challenge.py | 4 ++-- letsencrypt/client/recovery_token_challenge.py | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/letsencrypt/client/apache_configurator.py b/letsencrypt/client/apache_configurator.py index 170c5bbe3..de688c6ae 100644 --- a/letsencrypt/client/apache_configurator.py +++ b/letsencrypt/client/apache_configurator.py @@ -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 diff --git a/letsencrypt/client/recovery_contact_challenge.py b/letsencrypt/client/recovery_contact_challenge.py index 8e9f005b3..6b8f23e91 100644 --- a/letsencrypt/client/recovery_contact_challenge.py +++ b/letsencrypt/client/recovery_contact_challenge.py @@ -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 diff --git a/letsencrypt/client/recovery_token_challenge.py b/letsencrypt/client/recovery_token_challenge.py index 86140c88e..c47639020 100644 --- a/letsencrypt/client/recovery_token_challenge.py +++ b/letsencrypt/client/recovery_token_challenge.py @@ -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