Skip to content

Commit

Permalink
Fixing docstring on Dataset.get_entities.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 19, 2014
1 parent 5723288 commit 362fb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud/datastore/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ def get_entity(self, key_or_path):
def get_entities(self, keys, missing=None, deferred=None):
"""Retrieves entities from the dataset, along with their attributes.
:type key: list of :class:`gcloud.datastore.key.Key`
:param item_name: The name of the item to retrieve.
:type keys: list of :class:`gcloud.datastore.key.Key`
:param keys: List of keys to be retrieved.
:type missing: an empty list or None.
:param missing: If a list is passed, the key-only entities returned
Expand Down

0 comments on commit 362fb0d

Please sign in to comment.