8000 Fix region tag (#2371) · hanv89/python-docs-samples@678fb5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 678fb5b

Browse files
authored
Fix region tag (GoogleCloudPlatform#2371)
1 parent 2a15b5e commit 678fb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/tasks/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def pause_queue(project, location, queue):
216216

217217
queue_path = client.queue_path(project, location, queue)
218218
response = client.pause_queue(queue_path)
219-
# [END taskqueues_pause_queues]
219+
# [END taskqueues_pause_queue]
220220
return response
221221

222222

0 commit comments

Comments
 (0)
0