Commit be6a5da7 authored by Berker Peksag's avatar Berker Peksag

Remove the redundant second argument of versionadded directive.

The versionadded directive is already placed in the scope of the
HTTPStatus documentation.
parent 3ab6ba47
......@@ -24,6 +24,8 @@ associated messages through the :class:`http.HTTPStatus` enum:
.. class:: HTTPStatus
.. versionadded:: 3.5
A subclass of :class:`enum.IntEnum` that defines a set of HTTP status codes,
reason phrases and long descriptions written in English.
......@@ -43,9 +45,6 @@ associated messages through the :class:`http.HTTPStatus` enum:
>>> list(HTTPStatus)
[<HTTPStatus.CONTINUE: 100>, <HTTPStatus.SWITCHING_PROTOCOLS: 101>, ...]
.. versionadded:: 3.5
Added the *HTTPStatus* Enum
The supported HTTP status codes are:
=== ==============================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment