diff --git a/songbook_core/errors.py b/songbook_core/errors.py index d724ae14..b8e73466 100644 --- a/songbook_core/errors.py +++ b/songbook_core/errors.py @@ -50,7 +50,7 @@ class LatexCompilationError(SongbookError): ).format(basename=self.basename) class StepCommandError(SongbookError): - """Error during LaTeX compilation.""" + """Error during custom command compilation.""" def __init__(self, command, code): super(StepCommandError, self).__init__()