From 42adb917fb49afb580b1bba898f3a0c2910eed13 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Fri, 23 Sep 2016 16:05:47 +0200 Subject: [PATCH] update module documentation --- ca_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca_manager.py b/ca_manager.py index 105f2fa..43f2ac2 100755 --- a/ca_manager.py +++ b/ca_manager.py @@ -14,7 +14,7 @@ from certificate_requests import * from paths import * __doc__= """ -Define class to interact with certificate requests and Certification Authority +Define classes to interact with certificate requests and Certification Authority """ class CAManager(object):