Skip to content

Commit fc0c421

Browse files
tomvdwThe TensorFlow Datasets Authors
authored andcommitted
Fix typo in SkipDecoding docstring.
PiperOrigin-RevId: 690957207
1 parent 52d0ae1 commit fc0c421

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_datasets/core/decode

1 file changed

+1
-1
lines changed

tensorflow_datasets/core/decode/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def decode_ragged_example(self, serialized_example):
115115

116116

117117
class SkipDecoding(Decoder):
118-
"""Transformation which skip the decoding entirelly.
118+
"""Transformation which skips the decoding entirely.
119119
120120
Example of usage:
121121

0 commit comments

Comments
 (0)