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

Commit dd755ce

Browse files
committed
Update streaming_pull_manager.py
1 parent 75461a6 commit dd755ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
code_pb2.UNAVAILABLE,
108108
}
109109

110-
# `on_fatal_exception` added in `google-api-core v2.25.1``, which allows us to inform
110+
# `on_fatal_exception` was added in `google-api-core v2.25.1``, which allows us to inform
111111
# callers on unrecoverable errors. We can only pass this arg if it's available in the
112112
# `BackgroundConsumer` spec.
113113
_SHOULD_USE_ON_FATAL_ERROR_CALLBACK = "on_fatal_exception" in inspect.getfullargspec(

0 commit comments

Comments
 (0)