Skip to content

Commit a823baa

Browse files
committed
PEP8 ws.
1 parent 1e7a7b6 commit a823baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/datastore/key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, path=None, namespace=None, dataset_id=None):
2929
3030
The key's ``_dataset_id`` field must be None for keys created
3131
by application code. The
32-
:func:`gcloud.datastore.helpers.key_from_protobuf` factory
32+
:func:`gcloud.datastore.helpers.key_from_protobuf` factory
3333
will be set the field to an appropriate value for keys returned
3434
from the datastore backend. The application **must** treat any
3535
value set by the back-end as opaque.

0 commit comments

Comments
 (0)