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

Commit 8373361

Browse files
Fix typo in target argument description
1 parent 9ea68dc commit 8373361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigtable/data/_async/mutations_batcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class MutationsBatcherAsync:
193193
- when batcher is closed or destroyed
194194
195195
Args:
196-
target: table or autrhorized_view used to preform rpc calls
196+
target: table or authorized_view used to preform rpc calls
197197
flush_interval: Automatically flush every flush_interval seconds.
198198
If None, no time-based flushing is performed.
199199
flush_limit_mutation_count: Flush immediately after flush_limit_mutation_count

0 commit comments

Comments
 (0)