mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 12:12:23 +01:00
fix some typos
This commit is contained in:
parent
09073630e3
commit
019d7cd2e6
3 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue