aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/query/matcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/query/matcher.py')
-rw-r--r--bsfs/query/matcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsfs/query/matcher.py b/bsfs/query/matcher.py
index 5f3b07e..17c9c8e 100644
--- a/bsfs/query/matcher.py
+++ b/bsfs/query/matcher.py
@@ -215,8 +215,8 @@ class Filter():
two following queries are semantically identical, but structurally different,
and would therefore not match:
- >>> ast.filter.OneOf(ast.filter.Predicate(ns.bse.filename))
- >>> ast.filter.Predicate(ns.bse.filename)
+ >>> ast.filter.OneOf(ast.filter.Predicate(ns.bse.name))
+ >>> ast.filter.Predicate(ns.bse.name)
"""