We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fb420 commit 1645bf5Copy full SHA for 1645bf5
spanner/cloud-client/snippets.py
@@ -378,7 +378,7 @@ def read_only_transaction(instance_id, database_id):
378
instance = spanner_client.instance(instance_id)
379
database = instance.database(database_id)
380
381
- with database.snapshot(mutli_use=True) as snapshot:
+ with database.snapshot(multi_use=True) as snapshot:
382
# Read using SQL.
383
results = snapshot.execute_sql(
384
'SELECT SingerId, AlbumId, AlbumTitle FROM Albums')
0 commit comments