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 99bfc26 commit 3216d84Copy full SHA for 3216d84
pubsub/google/cloud/pubsub_v1/publisher/client.py
@@ -295,7 +295,7 @@ def stop(self):
295
296
This method is non-blocking. Use `Future()` objects
297
returned by `publish()` to make sure all messages
298
- sent or failed to.
+ sent or failed.
299
"""
300
if self._is_stopped:
301
raise ValueError("Cannot stop a publisher already stopped.")
0 commit comments