File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ messages to it
6767 publisher.create_topic()
6868 publisher.publish(topic, b ' My first message!' , spam = ' eggs' )
6969
70- To learn more, consult the :doc: `publishing documentation `_.
70+ To learn more, consult the `publishing documentation `_.
7171
7272.. _publishing documentation : http://google-cloud-python.readthedocs.io/en/latest/pubsub/publisher/index.html
7373
@@ -104,7 +104,7 @@ use of a callback.
104104 message.ack()
105105 subscription.open(callback)
106106
107- To learn more, consult the :doc: `subscriber documentation`_.
107+ To learn more, consult the `subscriber documentation `_.
108108
109109.. _subscriber documentation : http://google-cloud-python.readthedocs.io/en/latest/pubsub/subscriber/index.html
110110
You can’t perform that action at this time.
0 commit comments