Skip to content

Commit

Permalink
Fix example doc in load function (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrs authored Apr 18, 2024
1 parent b337370 commit 04c7588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def load(
```py
>>> from evaluate import load
>>> accuracy = evaluate.load("accuracy")
>>> accuracy = load("accuracy")
```
"""
download_mode = DownloadMode(download_mode or DownloadMode.REUSE_DATASET_IF_EXISTS)
Expand Down

0 comments on commit 04c7588

Please sign in to comment.