From 34e455b2ea454b397ab0509037a91e8b90a70706 Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Fri, 29 Jan 2016 16:21:39 +0100
Subject: [PATCH] changed docstring for print_modify_item
---
beets/ui/commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/beets/ui/commands.py b/beets/ui/commands.py
index 244d871c7..69e4c2e0b 100644
--- a/beets/ui/commands.py
+++ b/beets/ui/commands.py
@@ -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
"""