Typo: beetween / wirte / Paramaterize

beetween → between
wirte → write
Paramaterize → Parametrize
This commit is contained in:
Guilherme Danno 2015-05-10 15:41:36 -03:00
parent 06ecea8e7a
commit 5456704c26

View file

@ -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.
"""