Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703057087
  • Loading branch information
The kauldron Authors committed Dec 5, 2024
1 parent 66feb58 commit 6e373cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kauldron/data/transforms/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def map(self, element):

# # TODO(epot): `rng` can be either a `tf.Tensor` (TfGrain) or
# # `np.random.Generator` (PyGrain)
# # Unclear how to unify the twos
# # Unclear how to unify the two
# @abc.abstractmethod
# def random_map(self, element, rng):
# """Maps a single element."""
Expand Down

0 comments on commit 6e373cc

Please sign in to comment.