Skip to content

Commit 623adf4

Browse files
committed
docs: fix JSONDecodeError comment grammar
1 parent fe2063b commit 623adf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/requests/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError):
3535
def __init__(self, *args, **kwargs):
3636
"""
3737
Construct the JSONDecodeError instance first with all
38-
args. Then use it's args to construct the IOError so that
38+
args. Then use its args to construct the IOError so that
3939
the json specific args aren't used as IOError specific args
4040
and the error message from JSONDecodeError is preserved.
4141
"""

0 commit comments

Comments
 (0)