Skip to content

Commit 1fff643

Browse files
committed
Fix typo.
Incoporate feedback from @dhermes.
1 parent 8f76b3c commit 1fff643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcloud/datastore/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ def fetch(self, limit=None):
318318
def cursor(self):
319319
"""Returns cursor ID
320320
321-
.. Caution:: Invoking this method on a query that has not yet has been
322-
executed will raise a RuntimeError.
321+
.. Caution:: Invoking this method on a query that has not yet been
322+
executed will raise a RuntimeError.
323323
324324
:rtype: string
325325
:returns: base64-encoded cursor ID string denoting the last position

0 commit comments

Comments
 (0)