Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit cd14b5a

Browse files
anguillanneuftseaver
authored andcommitted
Use double backticks for ReST correctness. (#8829)
1 parent bd90427 commit cd14b5a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/pubsub_v1/publisher/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ class Client(object):
5858
Before being passed along to the GAPIC constructor, a channel may
5959
be added if ``credentials`` are passed explicitly or if the
6060
Pub / Sub emulator is detected as running.
61-
Regional endpoints can be set via `client_options` that takes a
61+
Regional endpoints can be set via ``client_options`` that takes a
6262
single key-value pair that defines the endpoint, i.e.
63-
`client_options={"api_endpoint": REGIONAL_ENDPOINT}`
63+
``client_options={"api_endpoint": REGIONAL_ENDPOINT}``.
6464
"""
6565

6666
_batch_class = thread.Batch

google/cloud/pubsub_v1/subscriber/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ class Client(object):
5353
:class:`~.gapic.pubsub.v1.subscriber_client.SubscriberClient`.
5454
Generally, you should not need to set additional keyword
5555
arguments.
56-
Regional endpoints can be set via `client_options` that takes a
56+
Regional endpoints can be set via ``client_options`` that takes a
5757
single key-value pair that defines the endpoint, i.e.
58-
`client_options={"api_endpoint": REGIONAL_ENDPOINT}`.
58+
``client_options={"api_endpoint": REGIONAL_ENDPOINT}``.
5959
"""
6060

6161
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)