Skip to content

Commit

Permalink
Fix spelling typo in class comments for RecordBasedTFXIO.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567067647
  • Loading branch information
tfx-copybara committed Sep 20, 2023
1 parent 805d55c commit 6101267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfx_bsl/tfxio/record_based_tfxio.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RecordBasedTFXIO(tfxio.TFXIO):
`RawRecordBeamSource()`: returns a PTransform that produces PCollection[bytes]
(of raw records).
RawRecordToReocrdBatch(): returns a PTransform that takes `PCollection[bytes]`
RawRecordToRecordBatch(): returns a PTransform that takes `PCollection[bytes]`
(expected to be what's produced by `RawRecordBeamSource()`) and produces
`PCollection[RecordBatch]`. It's guaranteed that `BeamSource()` is a
composition of `RawRecordBeamSource()` and `RawRecordToRecordBatch()`.
Expand Down

0 comments on commit 6101267

Please sign in to comment.