Skip to content

Commit 63b4324

Browse files
author
Gurov Ilya
authored
docs: typo fix (#109)
Snapshot() docstrings typo fix
1 parent 1e178c5 commit 63b4324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/spanner_v1/snapshot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class Snapshot(_SnapshotBase):
408408
at a timestamp where all previously committed transactions are visible.
409409
410410
:type session: :class:`~google.cloud.spanner_v1.session.Session`
411-
:param session: the session used to perform the commit.
411+
:param session: The session used to perform the commit.
412412
413413
:type read_timestamp: :class:`datetime.datetime`
414414
:param read_timestamp: Execute all reads at the given timestamp.
@@ -426,7 +426,7 @@ class Snapshot(_SnapshotBase):
426426
``exact_staleness`` old.
427427
428428
:type multi_use: :class:`bool`
429-
:param multi_use: If true, multipl :meth:`read` / :meth:`execute_sql`
429+
:param multi_use: If true, multiple :meth:`read` / :meth:`execute_sql`
430430
calls can be performed with the snapshot in the
431431
context of a read-only transaction, used to ensure
432432
isolation / consistency. Incompatible with

0 commit comments

Comments
 (0)