We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f76b3c commit 1fff643Copy full SHA for 1fff643
gcloud/datastore/query.py
@@ -318,8 +318,8 @@ def fetch(self, limit=None):
318
def cursor(self):
319
"""Returns cursor ID
320
321
- .. Caution:: Invoking this method on a query that has not yet has been
322
- executed will raise a RuntimeError.
+ .. Caution:: Invoking this method on a query that has not yet been
+ executed will raise a RuntimeError.
323
324
:rtype: string
325
:returns: base64-encoded cursor ID string denoting the last position
0 commit comments