diff --git a/gcloud/datastore/batch.py b/gcloud/datastore/batch.py index 1d568f47f199..7e6866146868 100644 --- a/gcloud/datastore/batch.py +++ b/gcloud/datastore/batch.py @@ -12,7 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Create / interact with a batch of updates / deletes.""" +"""Create / interact with a batch of updates / deletes. + +Batches provide the ability to execute multiple operations +in a single request to the Cloud Datastore API. + +See https://cloud.google.com/datastore/docs/concepts/entities#Datastore_Batch_operations +for more information. +""" from gcloud._helpers import _LocalStack from gcloud.datastore import _implicit_environ