From d064f191298415e21285637bc98f53aa388cc292 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 4 Jan 2016 18:49:14 -0800 Subject: [PATCH] Fix wrong word in docstring (#1794) --- beets/dbcore/queryparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/dbcore/queryparse.py b/beets/dbcore/queryparse.py index fbc4626f5..99218d625 100644 --- a/beets/dbcore/queryparse.py +++ b/beets/dbcore/queryparse.py @@ -47,7 +47,7 @@ def parse_query_part(part, query_classes={}, prefixes={}, - Optionally, a *field name* preceding the pattern, separated by a colon. So in `foo:bar`, `foo` is the field name and `bar` is the pattern. - - Optionally, a *query prefix* just before the field (and after the + - Optionally, a *query prefix* just before the pattern (and after the optional colon) indicating the type of query that should be used. For example, in `~foo`, `~` might be a prefix. (The set of prefixes to look for is given in the `prefixes` parameter.)