We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c660c commit ce321aeCopy full SHA for ce321ae
ydb/_topic_reader/topic_reader_sync.py
@@ -79,7 +79,7 @@ def async_wait_message(self) -> concurrent.futures.Future:
79
Returns a future, which will complete when the reader has at least one message in queue.
80
If the reader already has a message - the future will complete immediately.
81
82
- A message may expire before it gets read so that the attempt to receive the massage will fail
+ A message may expire before it gets read so that the attempt to receive the message will fail
83
despite the future has signaled about its availability.
84
"""
85
self._check_closed()
0 commit comments