From 70ebe42601b3d088b3421233ef7d8245229b7265 Mon Sep 17 00:00:00 2001 From: Andrew Gorcester Date: Fri, 9 Oct 2020 17:54:29 -0700 Subject: [PATCH] fix: update out-of-date comment in exceptions.py (#93) --- google/api_core/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/api_core/exceptions.py b/google/api_core/exceptions.py index a29266db..412fc2ee 100644 --- a/google/api_core/exceptions.py +++ b/google/api_core/exceptions.py @@ -31,7 +31,7 @@ grpc = None # Lookup tables for mapping exceptions from HTTP and gRPC transports. -# Populated by _APICallErrorMeta +# Populated by _GoogleAPICallErrorMeta _HTTP_CODE_TO_EXCEPTION = {} _GRPC_CODE_TO_EXCEPTION = {}