From 41c37129c0842467761ef3413126db2cffa71638 Mon Sep 17 00:00:00 2001 From: John Berlin Date: Wed, 3 Apr 2019 18:06:57 -0400 Subject: [PATCH] documented and cleaned up the aclmanager.py2 --- pywb/manager/aclmanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywb/manager/aclmanager.py b/pywb/manager/aclmanager.py index be18ee4c..d4ce218b 100644 --- a/pywb/manager/aclmanager.py +++ b/pywb/manager/aclmanager.py @@ -149,7 +149,7 @@ class ACLManager(CollectionsManager): def validate_access(self, access): """Returns true if the supplied access value is valid - otherwise the terminates the process + otherwise terminates the process :param str access: The access value to be validated :return: True if valid @@ -174,7 +174,7 @@ class ACLManager(CollectionsManager): :param str url: The URL for the rule :param str access: The access value for the rule - :param bool exact_match: Is the rule an absolute value + :param bool exact_match: Is the rule to be added an exact match :rtype: None """ if not self.validate_access(access):