mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 15:33:15 +01:00
changed docstring for print_modify_item
This commit is contained in:
parent
5747c6ae68
commit
34e455b2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1361,7 +1361,7 @@ def modify_items(lib, mods, dels, query, write, move, album, confirm):
|
|||
|
||||
def print_modify_item(obj, mods, dels):
|
||||
"""Print the modifications to an item
|
||||
and return False if no changes were made
|
||||
and return a bool indicating whether any changes were made
|
||||
mods: modifications
|
||||
dels: fields to delete
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue