Skip to content

Commit 7d01d74

Browse files
authored
Fix region tag (#2328)
1 parent 1cf4d1f commit 7d01d74

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
@@ -183,7 +183,7 @@ def delete_task(project, location, queue):
183183
# project = 'my-project-id'
184184
# location = 'us- central1'
185185
# queue = 'queue1'
186-
# [START taskqueues_setup]
186+
# [END taskqueues_setup]
187187

188188
# [START taskqueues_deleting_tasks]
189189
task_path = client.task_path(project, location, queue, 'foo')

0 commit comments

Comments
 (0)