Skip to content

Commit

Permalink
Update timeout_iterator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketP04 authored Oct 23, 2023
1 parent 3d1e740 commit c226e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iterators/timeout_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __next__(self):
yield the result from iterator
if timeout > 0:
yield data if available.
otherwise yield sentinal
otherwise yield sentinel
"""
if self._done:
raise StopIteration
Expand Down

0 comments on commit c226e66

Please sign in to comment.