Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed852d3

Browse files
bigblahdhermes
authored andcommitted
Typo correction. (googleapis#3914)
1 parent 459ed67 commit ed852d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pubsub/subscriber/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Here is an example:
8787
# Define the callback.
8888
# Note that the callback is defined *before* the subscription is opened.
8989
def callback(message):
90-
do_something_with(message) # Replace this with your acutal logic.
90+
do_something_with(message) # Replace this with your actual logic.
9191
message.ack()
9292
9393
# Open the subscription, passing the callback.

0 commit comments

Comments
 (0)