Skip to content

Commit

Permalink
Fix typo in publisher index. (#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin authored and tseaver committed Jul 9, 2019
1 parent afc4d94 commit 9c33cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/docs/publisher/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ If you need different batching settings, simply provide a
from google.cloud.pubsub import types
client = pubsub.PublisherClient(
batch_settings=BatchSettings(max_messages=500),
batch_settings=types.BatchSettings(max_messages=500),
)
Pub/Sub accepts a maximum of 1,000 messages in a batch, and the size of a
Expand Down

0 comments on commit 9c33cb6

Please sign in to comment.