Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 5b40f76

Browse files
committed
review comments
1 parent c87d2a3 commit 5b40f76

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

google/cloud/spanner_v1/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def __init__(
260260
raise TypeError(
261261
"default_transaction_options must be an instance of DefaultTransactionOptions"
262262
)
263-
264263
self._default_transaction_options = default_transaction_options
265264

266265
@property

google/cloud/spanner_v1/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def run_in_transaction(self, func, *args, **kw):
900900
from being recorded in change streams with the DDL option `allow_txn_exclusion=true`.
901901
This does not exclude the transaction from being recorded in the change streams with
902902
the DDL option `allow_txn_exclusion` being false or unset.
903-
"isolation_level" sets the isolation level for transaction.
903+
"isolation_level" sets the isolation level for the transaction.
904904
905905
:rtype: Any
906906
:returns: The return value of ``func``.

google/cloud/spanner_v1/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def run_in_transaction(self, func, *args, **kw):
452452
from being recorded in change streams with the DDL option `allow_txn_exclusion=true`.
453453
This does not exclude the transaction from being recorded in the change streams with
454454
the DDL option `allow_txn_exclusion` being false or unset.
455-
"isolation_level" sets the isolation level for transaction.
455+
"isolation_level" sets the isolation level for the transaction.
456456
457457
:rtype: Any
458458
:returns: The return value of ``func``.

0 commit comments

Comments
 (0)