Skip to content
Snippets Groups Projects
Commit 0b0ca0c0 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Fix epydoc breakage caused by f8638e28


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent e2d14329
No related merge requests found
......@@ -62,10 +62,10 @@ OP_REGEXP = "=~"
OP_CONTAINS = "=[]"
#: Characters used for detecting user-written filters (see L{MaybeFilter})
#: Characters used for detecting user-written filters (see L{_CheckFilter})
FILTER_DETECTION_CHARS = frozenset("()=/!~'\"\\" + string.whitespace)
#: Characters used to detect globbing filters (see L{MaybeGlobbing})
#: Characters used to detect globbing filters (see L{_CheckGlobbing})
GLOB_DETECTION_CHARS = frozenset("*?")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment