Skip to content

Commit

Permalink
Merge pull request #479 from eltociear/patch-3
Browse files Browse the repository at this point in the history
Fix typo in timeout_iterator.py
  • Loading branch information
pseudotensor authored Jul 17, 2023
2 parents 999632e + 6d353b8 commit 6ac79b1
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 @@ -48,7 +48,7 @@ def set_timeout(self, timeout: float):
def interrupt(self):
"""
interrupt and stop the underlying thread.
the thread acutally dies only after interrupt has been set and
the thread actually dies only after interrupt has been set and
the underlying iterator yields a value after that.
"""
self._interrupt = True
Expand Down

0 comments on commit 6ac79b1

Please sign in to comment.