From d57317f2fc76a0941a421dc2f49f11ec36770d0e Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Sun, 10 May 2015 15:45:12 -0300 Subject: [PATCH] =?UTF-8?q?Typo:=20formated=20=E2=86=92=20formatted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beets/dbcore/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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