Skip to content

Commit

Permalink
Added more expressive module docstring to batch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeewax committed Apr 15, 2015
1 parent 6283ab9 commit 945abef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gcloud/datastore/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 945abef

Please sign in to comment.