Skip to content

Commit d064f19

Browse files
committed
Fix wrong word in docstring (beetbox#1794)
1 parent b712c49 commit d064f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/dbcore/queryparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def parse_query_part(part, query_classes={}, prefixes={},
4747
- Optionally, a *field name* preceding the pattern, separated by a
4848
colon. So in `foo:bar`, `foo` is the field name and `bar` is the
4949
pattern.
50-
- Optionally, a *query prefix* just before the field (and after the
50+
- Optionally, a *query prefix* just before the pattern (and after the
5151
optional colon) indicating the type of query that should be used. For
5252
example, in `~foo`, `~` might be a prefix. (The set of prefixes to
5353
look for is given in the `prefixes` parameter.)

0 commit comments

Comments
 (0)