File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ class Snapshot(_SnapshotBase):
408
408
at a timestamp where all previously committed transactions are visible.
409
409
410
410
: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.
412
412
413
413
:type read_timestamp: :class:`datetime.datetime`
414
414
:param read_timestamp: Execute all reads at the given timestamp.
@@ -426,7 +426,7 @@ class Snapshot(_SnapshotBase):
426
426
``exact_staleness`` old.
427
427
428
428
: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`
430
430
calls can be performed with the snapshot in the
431
431
context of a read-only transaction, used to ensure
432
432
isolation / consistency. Incompatible with
You can’t perform that action at this time.
0 commit comments