summaryrefslogtreecommitdiff
path: root/acl.py
diff options
context:
space:
mode:
Diffstat (limited to 'acl.py')
-rw-r--r--acl.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/acl.py b/acl.py
index de516e4..726dafc 100644
--- a/acl.py
+++ b/acl.py
@@ -183,7 +183,9 @@ class PredicateListBasedACL(SimpleACL):
class StringWildcardBasedACL(PredicateListBasedACL):
- """An ACL that allows or denies based on string glob (*, ?) patterns."""
+ """An ACL that allows or denies based on string glob :code:`(*, ?)`
+ patterns.
+ """
def __init__(
self,