Skip to content

Commit

Permalink
Fix region tag (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Aug 9, 2019
1 parent 1cf4d1f commit 7d01d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/flexible/tasks/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def delete_task(project, location, queue):
# project = 'my-project-id'
# location = 'us- central1'
# queue = 'queue1'
# [START taskqueues_setup]
# [END taskqueues_setup]

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

0 comments on commit 7d01d74

Please sign in to comment.