We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbef60 commit cd65fc6Copy full SHA for cd65fc6
google/cloud/bigtable/data/_metrics/tracked_retry.py
@@ -49,7 +49,7 @@ def _track_retryable_error(
49
"""
50
Used as input to api_core.Retry classes, to track when retryable errors are encountered
51
52
- If an excemption is encountered with Retryinfo set, it will inform the backoff generator
+ If an exception is encountered with Retryinfo set, it will inform the backoff generator
53
to give it a chance to override the next backoff value
54
55
Should be passed as on_error callback
0 commit comments