Skip to content

Commit 3216d84

Browse files
author
IlyaFaer
committed
Fix comment.
1 parent 99bfc26 commit 3216d84

File tree

1 file changed

+1
-1
lines changed
  • pubsub/google/cloud/pubsub_v1/publisher

1 file changed

+1
-1
lines changed

pubsub/google/cloud/pubsub_v1/publisher/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def stop(self):
295295
296296
This method is non-blocking. Use `Future()` objects
297297
returned by `publish()` to make sure all messages
298-
sent or failed to.
298+
sent or failed.
299299
"""
300300
if self._is_stopped:
301301
raise ValueError("Cannot stop a publisher already stopped.")

0 commit comments

Comments
 (0)