Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions google/cloud/spanner_v1/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class Snapshot(_SnapshotBase):
at a timestamp where all previously committed transactions are visible.

:type session: :class:`~google.cloud.spanner_v1.session.Session`
:param session: the session used to perform the commit.
:param session: The session used to perform the commit.

:type read_timestamp: :class:`datetime.datetime`
:param read_timestamp: Execute all reads at the given timestamp.
Expand All @@ -426,7 +426,7 @@ class Snapshot(_SnapshotBase):
``exact_staleness`` old.

:type multi_use: :class:`bool`
:param multi_use: If true, multipl :meth:`read` / :meth:`execute_sql`
:param multi_use: If true, multiple :meth:`read` / :meth:`execute_sql`
calls can be performed with the snapshot in the
context of a read-only transaction, used to ensure
isolation / consistency. Incompatible with
Expand Down