Improve language.

This commit is contained in:
Felix Fontein
2024-12-28 14:30:49 +01:00
parent 04c97728dc
commit f69536ef3b
34 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class APIError(_HTTPError, DockerException):
"""
def __init__(self, message, response=None, explanation=None):
# requests 1.2 supports response as a keyword argument, but
# requests 1.1 doesn't
# requests 1.1 does not
super(APIError, self).__init__(message)
self.response = response
self.explanation = explanation