summaryrefslogtreecommitdiff
path: root/acl.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-05-28 19:29:08 -0700
committerScott Gasch <[email protected]>2022-05-28 19:29:08 -0700
commit1e858172519e9339e4720b8bf9b39b6d9801e305 (patch)
tree75306d5a4eb3a9b512646f0acc5c6174644348a6 /acl.py
parent52ff365609d3f5a81cb79dc4464b19bd5860cfc0 (diff)
Tweak around docstring to make prettier sphinx autodocs.
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,