diff options
Diffstat (limited to 'acl.py')
| -rw-r--r-- | acl.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |
