Skip to content

Commit

Permalink
Update datasets/flwr_datasets/federated_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Mar 13, 2024
1 parent 31e54be commit 5a39481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/flwr_datasets/federated_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def partitioners(self) -> Dict[str, Partitioner]:
The returned partitioners have the splits of the dataset assigned to them.
"""
# This function triggers the dataset download (laizy download) and checks
# This function triggers the dataset download (lazy download) and checks
# the partitioner specification correctness (which can also happen lazily only
# after the dataset download).
if not self._dataset_prepared:
Expand Down

0 comments on commit 5a39481

Please sign in to comment.