mirror of
https://github.com/beetbox/beets.git
synced 2025-12-18 22:57:34 +01:00
PathQuery: fix docstring
This commit is contained in:
parent
9c4492752f
commit
226a90d12a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ log = logging.getLogger('beets')
|
|||
class PathQuery(dbcore.FieldQuery):
|
||||
"""A query that matches all items under a given path.
|
||||
|
||||
Matching can either base case-sensitive or case-sensitive. By
|
||||
Matching can either be case-insensitive or case-sensitive. By
|
||||
default, the behavior depends on the OS: case-insensitive on Windows
|
||||
and case-sensitive otherwise.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue