mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
had a slight typo
This commit is contained in:
parent
8e17d445ff
commit
9c1b39a96e
1 changed files with 1 additions and 1 deletions
|
|
@ -1694,7 +1694,7 @@ def config_func(lib, opts, args):
|
|||
if config_out != '{}\n':
|
||||
print_(util.text_string(config_out))
|
||||
else:
|
||||
print("Empty Configuration")
|
||||
print("Empty configuration")
|
||||
|
||||
def config_edit():
|
||||
"""Open a program to edit the user configuration.
|
||||
|
|
|
|||
Loading…
Reference in a new issue