diff --git a/gcloud/datastore/client.py b/gcloud/datastore/client.py index 2778ac029e61..42e858d3e6f7 100644 --- a/gcloud/datastore/client.py +++ b/gcloud/datastore/client.py @@ -468,9 +468,9 @@ def query(self, **kwargs): >>> connection.run_query('project', query.to_protobuf()) [], cursor, more_results, skipped_results - :type **kwargs: dict - :param **kwargs: Parameters for initializing and instance of - :class:`gcloud.datastore.query.Query`. + :type kwargs: dict + :param kwargs: Parameters for initializing and instance of + :class:`gcloud.datastore.query.Query`. :rtype: :class:`gcloud.datastore.query.Query` :returns: An instance of :class:`gcloud.datastore.query.Query`