Skip to content

Commit b7d7ec0

Browse files
Carreauhoodmane
andauthoredAug 6, 2024··
Update src/py/pyodide/http.py
Co-authored-by: Hood Chatham <[email protected]>
1 parent f747bc5 commit b7d7ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/py/pyodide/http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, status: int, status_text: str, url: str) -> None:
4242
super().__init__(f"{status} Server Error: {status_text} for url: {url}")
4343
else:
4444
super().__init__(
45-
f"{status} Invalid error code not comprised between 400 and 599: {status_text} for url: {url}"
45+
f"{status} Invalid error code not between 400 and 599: {status_text} for url: {url}"
4646
)
4747

4848

0 commit comments

Comments
 (0)
Please sign in to comment.