Change-Id: I8e2d38b77f4b78330164dbeed51d6ce00a48eefe
This commit is contained in:
zhangdebo 2018-09-07 22:52:52 -04:00
parent f22b9a88db
commit a4f1f2f59c

View File

@ -495,7 +495,7 @@ def _call_client_and_retry(client, url, retry_on=None,
**kwargs):
"""Method to provide retry operations.
Some APIs utilize HTTP errors on certian operations to indicate that
Some APIs utilize HTTP errors on certain operations to indicate that
the resource is presently locked, and as such this mechanism provides
the ability to retry upon known error codes.