Skip to content

Commit 1fdbbfa

Browse files
agutkincopybara-github
authored andcommitted
Fix typo in MixedMapDataset constructor docs.
PiperOrigin-RevId: 881035649
1 parent 9e14594 commit 1fdbbfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • grain/_src/python/dataset/transformations

grain/_src/python/dataset/transformations/mix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
parents: Component datasets to draw from.
9191
proportions: Proportions from which to draw from each parent dataset.
9292
Defaults to uniform weight if selection_map is not given.
93-
selection_map: Mapping from global index to paraent dataset and index
93+
selection_map: Mapping from global index to parent dataset and index
9494
within parent dataset.
9595
"""
9696
super().__init__(parents)

0 commit comments

Comments
 (0)