We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d968ae4 + 500da90 commit f64507dCopy full SHA for f64507d
gcloud/datastore/client.py
@@ -468,9 +468,9 @@ def query(self, **kwargs):
468
>>> connection.run_query('project', query.to_protobuf())
469
[<list of Entity Protobufs>], cursor, more_results, skipped_results
470
471
- :type **kwargs: dict
472
- :param **kwargs: Parameters for initializing and instance of
473
- :class:`gcloud.datastore.query.Query`.
+ :type kwargs: dict
+ :param kwargs: Parameters for initializing and instance of
+ :class:`gcloud.datastore.query.Query`.
474
475
:rtype: :class:`gcloud.datastore.query.Query`
476
:returns: An instance of :class:`gcloud.datastore.query.Query`
0 commit comments