Skip to content

Commit

Permalink
example_metadta.csv -> example_metadata.csv (#591)
Browse files Browse the repository at this point in the history
Co-authored-by: Guillem Cortès <gcortes@deezer.com>
  • Loading branch information
carlthome and Guillem Cortès authored Oct 31, 2023
1 parent e3c3253 commit cbd3dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing_examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def __init__(self, data_home=None, version="default"):
# -- you do not have to include this function if there is no metadata
@core.cached_property
def _metadata(self):
metadata_path = os.path.join(self.data_home, 'example_metadta.csv')
metadata_path = os.path.join(self.data_home, 'example_metadata.csv')

# load metadata however makes sense for your dataset
metadata_path = os.path.join(data_home, 'example_metadata.json')
Expand Down

0 comments on commit cbd3dc4

Please sign in to comment.