Skip to content

Commit cd65fc6

Browse files
committed
fix typo
1 parent 5bbef60 commit cd65fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigtable/data/_metrics/tracked_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _track_retryable_error(
4949
"""
5050
Used as input to api_core.Retry classes, to track when retryable errors are encountered
5151
52-
If an excemption is encountered with Retryinfo set, it will inform the backoff generator
52+
If an exception is encountered with Retryinfo set, it will inform the backoff generator
5353
to give it a chance to override the next backoff value
5454
5555
Should be passed as on_error callback

0 commit comments

Comments
 (0)