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 d220fa6 commit b9e7edcCopy full SHA for b9e7edc
google/api_core/bidi.py
@@ -715,7 +715,7 @@ def start(self):
715
def stop(self):
716
"""Stop consuming the stream and shutdown the background thread.
717
718
- WARNING: Cannot be called within `_thread_main`, since it is not
+ NOTE: Cannot be called within `_thread_main`, since it is not
719
possible to join a thread to itself.
720
"""
721
with self._operational_lock:
0 commit comments