Skip to content

Commit b9e7edc

Browse files
committed
Update bidi.py
1 parent d220fa6 commit b9e7edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/bidi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def start(self):
715715
def stop(self):
716716
"""Stop consuming the stream and shutdown the background thread.
717717
718-
WARNING: Cannot be called within `_thread_main`, since it is not
718+
NOTE: Cannot be called within `_thread_main`, since it is not
719719
possible to join a thread to itself.
720720
"""
721721
with self._operational_lock:

0 commit comments

Comments
 (0)