Skip to content

Commit af29617

Browse files
authored
spannder to spanner minor typo (googleapis#5032)
1 parent e107bae commit af29617

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spanner/google/cloud/spanner_v1/database.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class BatchCheckout(object):
372372
Caller must *not* use the batch to perform API requests outside the scope
373373
of the context manager.
374374
375-
:type database: :class:`~google.cloud.spannder.database.Database`
375+
:type database: :class:`~google.cloud.spanner.database.Database`
376376
:param database: database to use
377377
"""
378378
def __init__(self, database):
@@ -403,7 +403,7 @@ class SnapshotCheckout(object):
403403
Caller must *not* use the snapshot to perform API requests outside the
404404
scope of the context manager.
405405
406-
:type database: :class:`~google.cloud.spannder.database.Database`
406+
:type database: :class:`~google.cloud.spanner.database.Database`
407407
:param database: database to use
408408
409409
:type kw: dict
@@ -429,7 +429,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
429429
class BatchSnapshot(object):
430430
"""Wrapper for generating and processing read / query batches.
431431
432-
:type database: :class:`~google.cloud.spannder.database.Database`
432+
:type database: :class:`~google.cloud.spanner.database.Database`
433433
:param database: database to use
434434
435435
:type read_timestamp: :class:`datetime.datetime`
@@ -450,7 +450,7 @@ def __init__(self, database, read_timestamp=None, exact_staleness=None):
450450
def from_dict(cls, database, mapping):
451451
"""Reconstruct an instance from a mapping.
452452
453-
:type database: :class:`~google.cloud.spannder.database.Database`
453+
:type database: :class:`~google.cloud.spanner.database.Database`
454454
:param database: database to use
455455
456456
:type mapping: mapping

0 commit comments

Comments
 (0)