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):
408408 at a timestamp where all previously committed transactions are visible.
409409
410410 :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.
412412
413413 :type read_timestamp: :class:`datetime.datetime`
414414 :param read_timestamp: Execute all reads at the given timestamp.
@@ -426,7 +426,7 @@ class Snapshot(_SnapshotBase):
426426 ``exact_staleness`` old.
427427
428428 :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`
430430 calls can be performed with the snapshot in the
431431 context of a read-only transaction, used to ensure
432432 isolation / consistency. Incompatible with
You can’t perform that action at this time.
0 commit comments