diff --git a/beets/dbcore/db.py b/beets/dbcore/db.py index 6fb259607..274e7af64 100644 --- a/beets/dbcore/db.py +++ b/beets/dbcore/db.py @@ -34,7 +34,7 @@ from .query import MatchQuery, NullSort, TrueQuery class FormattedMapping(collections.Mapping): """A `dict`-like formatted view of a model. - The accessor `mapping[key]` returns the formated version of + The accessor `mapping[key]` returns the formatted version of `model[key]` as a unicode string. If `for_path` is true, all path separators in the formatted values