Skip to content

Commit ce321ae

Browse files
nklokkvgvoleg
authored andcommitted
fix async_wait_message docstring
1 parent 22c660c commit ce321ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_reader/topic_reader_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def async_wait_message(self) -> concurrent.futures.Future:
7979
Returns a future, which will complete when the reader has at least one message in queue.
8080
If the reader already has a message - the future will complete immediately.
8181
82-
A message may expire before it gets read so that the attempt to receive the massage will fail
82+
A message may expire before it gets read so that the attempt to receive the message will fail
8383
despite the future has signaled about its availability.
8484
"""
8585
self._check_closed()

0 commit comments

Comments
 (0)