commit | 70ebe42601b3d088b3421233ef7d8245229b7265 | [log] [tgz] |
---|---|---|
author | Andrew Gorcester <gorcester@google.com> | Fri Oct 09 17:54:29 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 09 17:54:29 2020 -0700 |
tree | b3c3fc566500f1e1b4143f78d45b02e34d9dde2b | |
parent | 5d657b9d4b66073e1c74e3729f193ca714a0b94c [diff] |
fix: update out-of-date comment in exceptions.py (#93)
diff --git a/google/api_core/exceptions.py b/google/api_core/exceptions.py index a29266d..412fc2e 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 = {}