Skip to content

Commit 8d61342

Browse files
author
diomekes
committed
small docstring rewrite
1 parent 8d97257 commit 8d61342

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

beetsplug/play.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@ def _playlist_or_paths(self, paths):
158158

159159
def _exceeds_threshold(self, selection, command_str, open_args,
160160
item_type='track'):
161-
"""Prompt user whether to continue if playlist exceeds threshold. If
162-
this returns True, the tracks or albums are not played, if False,
163-
the play command is run.
161+
"""Prompt user whether to abort if playlist exceeds threshold. If
162+
True, cancel playback. If False, execute play command.
164163
"""
165164
warning_threshold = config['play']['warning_threshold'].get(int)
166165
# We use -2 as a default value for warning_threshold to detect if it is

0 commit comments

Comments
 (0)