mirror of
https://github.com/beetbox/beets.git
synced 2025-12-17 22:23:16 +01:00
Typo: formated → formatted
This commit is contained in:
parent
5456704c26
commit
d57317f2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue