Skip to content

Commit

Permalink
Update sdks/python/apache_beam/transforms/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Ye <andyye333@gmail.com>
  • Loading branch information
TheNeuralBit and yeandy authored Jun 14, 2022
1 parent 7b3c936 commit 0d70a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def get_output_batch_type(
self, input_element_type
) -> typing.Optional[typing.Union[TypeConstraint, type]]:
"""Determine the batch type produced by this DoFn's ``process_batch``
implementation and/or it's ``process`` implementation with
implementation and/or its ``process`` implementation with
``@yields_batch``.
The default implementation of this method observes the return type
Expand Down

0 comments on commit 0d70a37

Please sign in to comment.