Skip to content

Commit 5cca643

Browse files
committed
Fix docstrings FBS Sphinx rendering.
1 parent 675c839 commit 5cca643

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

docs/datastore-api.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
:hidden:
44

55
gcloud-api
6-
datastore-api
76
datastore-client
87
datastore-entities
98
datastore-keys

gcloud/datastore/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _extended_lookup(connection, dataset_id, key_pbs,
3232
eventual=False, transaction_id=None):
3333
"""Repeat lookup until all keys found (unless stop requested).
3434
35-
Helper function for :method:`Client.get_multi`.
35+
Helper function for :meth:`Client.get_multi`.
3636
3737
:type connection: :class:`gcloud.datastore.connection.Connection`
3838
:param connection: The connection used to connect to datastore.
@@ -134,7 +134,7 @@ def get(self, key, missing=None, deferred=None):
134134
135135
.. note::
136136
137-
This is just a thin wrapper over :method:`get_multi`.
137+
This is just a thin wrapper over :meth:`get_multi`.
138138
The backend API does not make a distinction between a single key or
139139
multiple keys in a lookup request.
140140

0 commit comments

Comments
 (0)