From 672fc36cc8b3c51d7332a4dbba2a9613e36d17d4 Mon Sep 17 00:00:00 2001 From: diomekes Date: Fri, 20 Jan 2017 23:08:36 -0500 Subject: [PATCH] fix docstring for aunique empty bracket --- beets/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/library.py b/beets/library.py index 6f68e7434..a63694804 100644 --- a/beets/library.py +++ b/beets/library.py @@ -1455,7 +1455,7 @@ class DefaultTemplateFunctions(object): used. Both "keys" and "disam" should be given as whitespace-separated lists of field names, while "bracket" is a pair of characters to be used as brackets surrounding the - disambiguator or a white space to have no brackets. + disambiguator or empty to have no brackets. """ # Fast paths: no album, no item or library, or memoized value. if not self.item or not self.lib: