Skip to content
Snippets Groups Projects
Commit e56b0ecd authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

Minor bug in `parse_match` documentation

parent 635e399a
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ def parse_match(expr):
"""Syntax examples::
* ``id:yoink and writes:a_temp``
* ``id:yoink and (not writes:a_temp or tagged:input)``
* ``id:yoink and (not writes:a_temp or tag:input)``
"""
if not expr:
return All()
......
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