We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfc567 commit 91f4b92Copy full SHA for 91f4b92
1 file changed
Doc/library/http.rst
@@ -38,7 +38,7 @@ associated messages through the :class:`http.HTTPStatus` enum:
38
<HTTPStatus.OK: 200>
39
>>> HTTPStatus.OK == 200
40
True
41
- >>> http.HTTPStatus.OK.value
+ >>> HTTPStatus.OK.value
42
200
43
>>> HTTPStatus.OK.phrase
44
'OK'
0 commit comments