From: Berker Peksag Date: Thu, 25 Dec 2014 12:14:09 +0000 (+0200) Subject: Remove the redundant second argument of versionadded directive. X-Git-Tag: v3.5.0a1~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be6a5da7553c7bfa96a1e25f1d2ab13baeea20d8;p=python Remove the redundant second argument of versionadded directive. The versionadded directive is already placed in the scope of the HTTPStatus documentation. --- diff --git a/Doc/library/http.rst b/Doc/library/http.rst index 6a0b7b268c..0f16a2f6b6 100644 --- a/Doc/library/http.rst +++ b/Doc/library/http.rst @@ -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) [, , ...] - .. versionadded:: 3.5 - Added the *HTTPStatus* Enum - The supported HTTP status codes are: === ==============================