X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=acl.py;h=726dafc72f0240a7371dd0da39b69c253c3c69bc;hb=e46158e49121b8a955bb07b73f5bcf9928b79c90;hp=de516e4fc894208fe582c6f24bffc772bf75a36d;hpb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;p=python_utils.git 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,