mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
Typo: beetween / wirte / Paramaterize
beetween → between wirte → write Paramaterize → Parametrize
This commit is contained in:
parent
06ecea8e7a
commit
5456704c26
1 changed files with 3 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ class PathQuery(dbcore.FieldQuery):
|
|||
|
||||
class DateType(types.Float):
|
||||
# TODO representation should be `datetime` object
|
||||
# TODO distinguish beetween date and time types
|
||||
# TODO distinguish between date and time types
|
||||
query = dbcore.query.DateQuery
|
||||
|
||||
def format(self, value):
|
||||
|
|
@ -550,7 +550,7 @@ class Item(LibModel):
|
|||
All fields in `_media_fields` are written to disk according to
|
||||
the values on this object.
|
||||
|
||||
`path` is the path of the mediafile to wirte the data to. It
|
||||
`path` is the path of the mediafile to write the data to. It
|
||||
defaults to the item's path.
|
||||
|
||||
`tags` is a dictionary of additional metadata the should be
|
||||
|
|
@ -1300,7 +1300,7 @@ class DefaultTemplateFunctions(object):
|
|||
_prefix = b'tmpl_'
|
||||
|
||||
def __init__(self, item=None, lib=None):
|
||||
"""Paramaterize the functions. If `item` or `lib` is None, then
|
||||
"""Parametrize the functions. If `item` or `lib` is None, then
|
||||
some functions (namely, ``aunique``) will always evaluate to the
|
||||
empty string.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue