We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7a7b6 commit a823baaCopy full SHA for a823baa
1 file changed
gcloud/datastore/key.py
@@ -29,7 +29,7 @@ def __init__(self, path=None, namespace=None, dataset_id=None):
29
30
The key's ``_dataset_id`` field must be None for keys created
31
by application code. The
32
- :func:`gcloud.datastore.helpers.key_from_protobuf` factory
+ :func:`gcloud.datastore.helpers.key_from_protobuf` factory
33
will be set the field to an appropriate value for keys returned
34
from the datastore backend. The application **must** treat any
35
value set by the back-end as opaque.
0 commit comments