Skip to content

Commit

Permalink
slight docstring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimearruti committed Nov 3, 2023
1 parent de29328 commit 16d62ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mirdata/datasets/candombe.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ def load_beats(fhandle: TextIO) -> annotations.BeatData:

@core.docstring_inherit(core.Dataset)
class Dataset(core.Dataset):
"""The candombe dataset"""
"""
The candombe dataset
"""

def __init__(self, data_home=None, version="default"):
super().__init__(
Expand Down

0 comments on commit 16d62ad

Please sign in to comment.