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 7b6b3d7 commit 08f3143Copy full SHA for 08f3143
1 file changed
Doc/library/http.rst
@@ -117,7 +117,6 @@ Code Enum Name Details
117
======= =================================== ==================================================================
118
119
In order to preserve backwards compatibility, enum values are also present
120
-in the :mod:`http.client` and :mod:`http.server` modules in the form of
121
-constants. The enum name is equal to the constant name (i.e.
122
-``http.HTTPStatus.OK`` is also available as ``http.client.OK`` and
123
-``http.server.OK``).
+in the :mod:`http.client` module in the form of constants. The enum name is
+equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as
+``http.client.OK``).
0 commit comments