Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: typo fix (#109)
Snapshot() docstrings typo fix
  • Loading branch information
Gurov Ilya committed Jul 6, 2020
1 parent 1e178c5 commit 63b4324
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 63b4324

Please sign in to comment.