aboutsummaryrefslogtreecommitdiff
path: root/google
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2021-08-18 12:08:52 -0400
committerGitHub <noreply@github.com>2021-08-18 12:08:52 -0400
commitbb3b26d54dbe6acca1e105039b2fb405253980c0 (patch)
tree110d472caae274e420b0f40de70f74228b3b7d9a /google
parentbdbf889210b709d7c1945f2160bcba9161b4dd2e (diff)
downloadpython-api-core-bb3b26d54dbe6acca1e105039b2fb405253980c0.tar.gz
tests: silence a warning from 'charset_normalizer' (#247)
Diffstat (limited to 'google')
-rw-r--r--google/api_core/retry.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/google/api_core/retry.py b/google/api_core/retry.py
index 44cd746..bd3a4a6 100644
--- a/google/api_core/retry.py
+++ b/google/api_core/retry.py
@@ -114,9 +114,9 @@ The following server errors are considered transient:
- :class:`google.api_core.exceptions.TooManyRequests` - HTTP 429
- :class:`google.api_core.exceptions.ServiceUnavailable` - HTTP 503
- :class:`requests.exceptions.ConnectionError`
-- :class:`requests.exceptions.ChunkedEncodingError` - The server declared
+- :class:`requests.exceptions.ChunkedEncodingError` - The server declared
chunked encoding but sent an invalid chunk.
-- :class:`google.auth.exceptions.TransportError` - Used to indicate an
+- :class:`google.auth.exceptions.TransportError` - Used to indicate an
error occurred during an HTTP request.
"""
# pylint: enable=invalid-name