mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
Fix docstring wording
This commit is contained in:
parent
e2c63d4901
commit
a07972d02a
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ class MetadataSourcePlugin(object):
|
|||
|
||||
For each artist, this function moves articles (such as 'a', 'an',
|
||||
and 'the') to the front and strips trailing disambiguation numbers. It
|
||||
returns a tuple of containing the space-separated string of all
|
||||
returns a tuple of containing the comma-separated string of all
|
||||
normalized artists and the ``id`` of the main/first artist.
|
||||
|
||||
:param artists: Iterable of artist dicts or lists returned by API.
|
||||
|
|
|
|||
Loading…
Reference in a new issue