Whitespace fixes

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2019-10-26 08:05:00 +00:00
parent 87a477a5d6
commit d9b49df0aa
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ DEFAULT_DISC_TEMPLATE = u'%r/%A - %d/%A - %d'
TEMPLATE_DESCRIPTION = ''' TEMPLATE_DESCRIPTION = '''
Tracks are named according to the track template, filling in the variables Tracks are named according to the track template, filling in the variables
and adding the file extension. Variables exclusive to the track template are: and adding the file extension. Variables exclusive to the track template are:
- %t: track number - %t: track number
- %a: track artist - %a: track artist
- %n: track title - %n: track title
@@ -198,7 +198,7 @@ class _CD(BaseCommand):
class Info(_CD): class Info(_CD):
summary = "retrieve information about the currently inserted CD" summary = "retrieve information about the currently inserted CD"
description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip" description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip "
"information for the currently inserted CD.") "information for the currently inserted CD.")
eject = False eject = False

View File

@@ -70,7 +70,7 @@ Verifies the image from the given .cue files against the AccurateRip database.
class Image(BaseCommand): class Image(BaseCommand):
summary = "handle images" summary = "handle images"
description = """ description = """
Handle disc images. Disc images are described by a .cue file. Handle disc images. Disc images are described by a .cue file.
Disc images can be verified. Disc images can be verified.
""" """
subcommands = { subcommands = {