From 0f351d36371af0e4e728cbd652e4f3e133a4f6b6 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 12 Mar 2020 21:40:07 +0100 Subject: [PATCH] Update acme/acme/mixins.py Co-Authored-By: Brad Warren --- acme/acme/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/acme/mixins.py b/acme/acme/mixins.py index 1f3b0f473..3f4d23371 100644 --- a/acme/acme/mixins.py +++ b/acme/acme/mixins.py @@ -2,7 +2,7 @@ class VersionedLEACMEMixin(object): - """This mixin allows to store the current ACME version as a property""" + """This mixin stores the version of Let's Encrypt's endpoint being used.""" @property def le_acme_version(self): """Define the version of ACME protocol to use"""