Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: tiny typo fix #109

Merged
merged 1 commit into from Jul 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions google/cloud/spanner_v1/snapshot.py
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