Merge remote-tracking branch 'upstream/master' into bs1770gainsupport

This commit is contained in:
jean-marie winters 2015-03-02 15:47:20 +01:00
commit 1990dbf88a

View file

@ -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.
"""