Reduce the doctest lease duration...
[python_utils.git] / acl.py
diff --git a/acl.py b/acl.py
index de516e4fc894208fe582c6f24bffc772bf75a36d..726dafc72f0240a7371dd0da39b69c253c3c69bc 100644 (file)
--- 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,