From 4764e8020fe324c2a7b6eb75eb0995a4d4ceadce Mon Sep 17 00:00:00 2001 From: daspecster Date: Wed, 22 Mar 2017 11:10:38 -0400 Subject: [PATCH] Update datastore batch API doc reference. --- datastore/google/cloud/datastore/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/google/cloud/datastore/batch.py b/datastore/google/cloud/datastore/batch.py index b20ba7047670..30a8aa4c67f1 100644 --- a/datastore/google/cloud/datastore/batch.py +++ b/datastore/google/cloud/datastore/batch.py @@ -18,7 +18,7 @@ in a single request to the Cloud Datastore API. See -https://cloud.google.com/datastore/docs/concepts/entities#Datastore_Batch_operations +https://cloud.google.com/datastore/docs/concepts/entities#batch_operations """ from google.cloud.datastore import helpers