Skip to content

Commit

Permalink
Use double backticks for ReST correctness. (#8829)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored and tseaver committed Jul 30, 2019
1 parent 3979e8b commit 14049b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubsub/google/cloud/pubsub_v1/publisher/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class Client(object):
Before being passed along to the GAPIC constructor, a channel may
be added if ``credentials`` are passed explicitly or if the
Pub / Sub emulator is detected as running.
Regional endpoints can be set via `client_options` that takes a
Regional endpoints can be set via ``client_options`` that takes a
single key-value pair that defines the endpoint, i.e.
`client_options={"api_endpoint": REGIONAL_ENDPOINT}`
``client_options={"api_endpoint": REGIONAL_ENDPOINT}``.
"""

_batch_class = thread.Batch
Expand Down
4 changes: 2 additions & 2 deletions pubsub/google/cloud/pubsub_v1/subscriber/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class Client(object):
:class:`~.gapic.pubsub.v1.subscriber_client.SubscriberClient`.
Generally, you should not need to set additional keyword
arguments.
Regional endpoints can be set via `client_options` that takes a
Regional endpoints can be set via ``client_options`` that takes a
single key-value pair that defines the endpoint, i.e.
`client_options={"api_endpoint": REGIONAL_ENDPOINT}`.
``client_options={"api_endpoint": REGIONAL_ENDPOINT}``.
"""

def __init__(self, **kwargs):
Expand Down

0 comments on commit 14049b2

Please sign in to comment.