changed docstring for print_modify_item

This commit is contained in:
Peter Kessen 2016-01-29 16:21:39 +01:00
parent 5747c6ae68
commit 34e455b2ea

View file

@ -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
"""