From 5456704c26544396bed6a47a3ec9aa90895df7e4 Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Sun, 10 May 2015 15:41:36 -0300 Subject: [PATCH] Typo: beetween / wirte / Paramaterize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit beetween → between wirte → write Paramaterize → Parametrize --- beets/library.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beets/library.py b/beets/library.py index 377895eeb..edd4b11db 100644 --- a/beets/library.py +++ b/beets/library.py @@ -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. """