fix some typos

This commit is contained in:
Guilherme Danno 2016-04-18 12:36:42 -03:00
parent 09073630e3
commit 019d7cd2e6
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ def replace_ext(path, ext):
def get_format(fmt=None):
"""Return the command tempate and the extension from the config.
"""Return the command template and the extension from the config.
"""
if not fmt:
fmt = config['convert']['format'].get(unicode).lower()

View file

@ -101,7 +101,7 @@ Metadata
* :doc:`bpm`: Measure tempo using keystrokes.
* :doc:`echonest`: Automatically fetch `acoustic attributes`_ from
`the Echo Nest`_ (tempo, energy, danceability, ...).
* :doc:`edit`: Edit metadata from a texteditor.
* :doc:`edit`: Edit metadata from a text editor.
* :doc:`embedart`: Embed album art images into files' metadata.
* :doc:`fetchart`: Fetch album cover art from various sources.
* :doc:`ftintitle`: Move "featured" artists from the artist field to the title

View file

@ -31,7 +31,7 @@ class ModifyFileMocker(object):
"""
def __init__(self, contents=None, replacements=None):
""" `self.contents` and `self.replacements` are initalized here, in
""" `self.contents` and `self.replacements` are initialized here, in
order to keep the rest of the functions of this class with the same
signature as `EditPlugin.get_editor()`, making mocking easier.
- `contents`: string with the contents of the file to be used for