From 8d613425fd6b4125399f18fe701b007738c85645 Mon Sep 17 00:00:00 2001 From: diomekes Date: Fri, 6 Jan 2017 23:46:16 -0500 Subject: [PATCH] small docstring rewrite --- beetsplug/play.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index 032894777..af658114b 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -158,9 +158,8 @@ class PlayPlugin(BeetsPlugin): def _exceeds_threshold(self, selection, command_str, open_args, item_type='track'): - """Prompt user whether to continue if playlist exceeds threshold. If - this returns True, the tracks or albums are not played, if False, - the play command is run. + """Prompt user whether to abort if playlist exceeds threshold. If + True, cancel playback. If False, execute play command. """ warning_threshold = config['play']['warning_threshold'].get(int) # We use -2 as a default value for warning_threshold to detect if it is