Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: update out-of-date comment in exceptions.py (#93)
  • Loading branch information
andrewsg committed Oct 10, 2020
1 parent 5d657b9 commit 70ebe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/exceptions.py
Expand Up @@ -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 = {}

Expand Down

0 comments on commit 70ebe42

Please sign in to comment.