diff --git a/datastore/cloud-client/snippets.py b/datastore/cloud-client/snippets.py index 198d0257595..44d1eef9991 100644 --- a/datastore/cloud-client/snippets.py +++ b/datastore/cloud-client/snippets.py @@ -21,9 +21,10 @@ def incomplete_key(client): - # [START datastore_incomplete_key] + # [START hello] + # [START incomplete_key] key = client.key('Task') - # [END datastore_incomplete_key] + # [END incomplete_key] return key