From 63b432472613bd80e234ee9c9f73906db2f0a52b Mon Sep 17 00:00:00 2001 From: Gurov Ilya Date: Mon, 6 Jul 2020 13:04:19 +0300 Subject: [PATCH] docs: typo fix (#109) Snapshot() docstrings typo fix --- google/cloud/spanner_v1/snapshot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/spanner_v1/snapshot.py b/google/cloud/spanner_v1/snapshot.py index f7b9f07f8f..dcb6e32d88 100644 --- a/google/cloud/spanner_v1/snapshot.py +++ b/google/cloud/spanner_v1/snapshot.py @@ -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. @@ -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