@@ -129,7 +129,7 @@ def from_pb(cls, database_pb, instance, pool=None):
129129 """Creates an instance of this class from a protobuf.
130130
131131 :type database_pb:
132- :class:`google.spanner.v2.spanner_instance_admin_pb2.Instance`
132+ :class:`~ google.spanner.v2.spanner_instance_admin_pb2.Instance`
133133 :param database_pb: A instance protobuf object.
134134
135135 :type instance: :class:`~google.cloud.spanner_v1.instance.Instance`
@@ -410,7 +410,7 @@ def execute_partitioned_dml(
410410 required if parameters are passed.
411411
412412 :type query_options:
413- :class:`google.cloud.spanner_v1.proto.ExecuteSqlRequest.QueryOptions`
413+ :class:`~ google.cloud.spanner_v1.proto.ExecuteSqlRequest.QueryOptions`
414414 or :class:`dict`
415415 :param query_options:
416416 (Optional) Query optimizer configuration to use for the given query.
@@ -566,7 +566,7 @@ def restore(self, source):
566566 :type backup: :class:`~google.cloud.spanner_v1.backup.Backup`
567567 :param backup: the path of the backup being restored from.
568568
569- :rtype: :class:' ~google.api_core.operation.Operation`
569+ :rtype: :class:` ~google.api_core.operation.Operation`
570570 :returns: a future used to poll the status of the create request
571571 :raises Conflict: if the database already exists
572572 :raises NotFound:
@@ -908,7 +908,7 @@ def generate_query_batches(
908908 differ.
909909
910910 :type query_options:
911- :class:`google.cloud.spanner_v1.proto.ExecuteSqlRequest.QueryOptions`
911+ :class:`~ google.cloud.spanner_v1.proto.ExecuteSqlRequest.QueryOptions`
912912 or :class:`dict`
913913 :param query_options:
914914 (Optional) Query optimizer configuration to use for the given query.
0 commit comments