Skip to content

Commit

Permalink
Fix spelling in flow controller release() docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed May 8, 2020
1 parent 7e78317 commit b4aba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/pubsub_v1/publisher/flow_controller.py
Expand Up @@ -103,7 +103,7 @@ def add(self, message):
_LOGGER.debug("Woke up from waiting on free capacity in the flow.")

def release(self, message):
"""Release a mesage from flow control.
"""Release a message from flow control.
Args:
message (:class:`~google.cloud.pubsub_v1.types.PubsubMessage`):
Expand Down

0 comments on commit b4aba10

Please sign in to comment.