Skip to content

Commit 7095a9f

Browse files
authored
Revert "Fix "broken" docs build. (#3422)" (#3439)
This reverts commit 90565b0043d40bae9eb6a2e905aa8f22c8951029.
1 parent 3a66030 commit 7095a9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/google-cloud-pubsub/google/cloud/pubsub

packages/google-cloud-pubsub/google/cloud/pubsub/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def topic(self, name, timestamp_messages=False):
226226
.. literalinclude:: snippets.py
227227
:start-after: [START client_topic]
228228
:end-before: [END client_topic]
229+
:dedent: 4
229230
230231
:type name: str
231232
:param name: the name of the topic to be constructed.
@@ -248,6 +249,7 @@ def subscription(self, name, ack_deadline=None, push_endpoint=None,
248249
.. literalinclude:: snippets.py
249250
:start-after: [START client_subscription]
250251
:end-before: [END client_subscription]
252+
:dedent: 4
251253
252254
:type name: str
253255
:param name: the name of the subscription to be constructed.

0 commit comments

Comments
 (0)