Skip to content

Commit 5886d50

Browse files
committed
Typo fix in samples/datastore/api/tasks.py
1 parent 6f3c788 commit 5886d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/api/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
def create_client(project_id):
24-
return gcloud.datastore.Client(project_id)
24+
return datastore.Client(project_id)
2525
# [END build_service]
2626

2727

0 commit comments

Comments
 (0)