Skip to content

Commit 70ebe42

Browse files
authored
fix: update out-of-date comment in exceptions.py (googleapis#93)
1 parent 5d657b9 commit 70ebe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
grpc = None
3232

3333
# Lookup tables for mapping exceptions from HTTP and gRPC transports.
34-
# Populated by _APICallErrorMeta
34+
# Populated by _GoogleAPICallErrorMeta
3535
_HTTP_CODE_TO_EXCEPTION = {}
3636
_GRPC_CODE_TO_EXCEPTION = {}
3737

0 commit comments

Comments
 (0)