Skip to content

Commit

Permalink
docstrings and style
Browse files Browse the repository at this point in the history
  • Loading branch information
dosoe committed Jun 8, 2019
1 parent fd14b5b commit 9d184e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beetsplug/parentwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@


def direct_parent_id(mb_workid, work_date=None):
"""Given a Musicbrainz id, find the id one of the works the work is part of
and the first composition date it encounters.
"""Given a Musicbrainz work id, find the id one of the works the work is
part of and the first composition date it encounters.
"""
work_info = musicbrainzngs.get_work_by_id(mb_workid,
includes=["work-rels",
Expand Down

0 comments on commit 9d184e3

Please sign in to comment.