Skip to content

Commit

Permalink
fix typo in docstring (apache#27456)
Browse files Browse the repository at this point in the history
  • Loading branch information
characat0 authored Jul 11, 2023
1 parent 1ae68e0 commit 2348737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/io/range_trackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def __init__(self, range_tracker):
Args:
range_tracker (~apache_beam.io.iobase.RangeTracker): a
:class:`~apache_beam.io.iobase.RangeTracker` to which all method
calls expect calls to :meth:`.try_split()` will be delegated.
calls except calls to :meth:`.try_split()` will be delegated.
"""
assert isinstance(range_tracker, iobase.RangeTracker)
self._range_tracker = range_tracker
Expand Down

0 comments on commit 2348737

Please sign in to comment.