We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2063b commit 623adf4Copy full SHA for 623adf4
1 file changed
src/requests/exceptions.py
@@ -35,7 +35,7 @@ class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError):
35
def __init__(self, *args, **kwargs):
36
"""
37
Construct the JSONDecodeError instance first with all
38
- args. Then use it's args to construct the IOError so that
+ args. Then use its args to construct the IOError so that
39
the json specific args aren't used as IOError specific args
40
and the error message from JSONDecodeError is preserved.
41
0 commit comments