]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-95172 Make the same version `versionadded` oneline (#95172)
author180909 <734461790@qq.com>
Wed, 5 Oct 2022 17:52:59 +0000 (01:52 +0800)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 17:52:59 +0000 (10:52 -0700)
* Make the same version versionadded oneline

* Format versionadded for enum.rst

* Format versionadded

A single line versionadded was reading better.

Co-authored-by: Senthil Kumaran <senthil@python.org>
Doc/library/enum.rst

index 01743b002ba96cd328a267a60b504f5629bb247a..a30a7a4ca34300b754d4b3f15b8237e2a74f53b1 100644 (file)
@@ -134,8 +134,7 @@ Module Contents
 
 
 .. versionadded:: 3.6  ``Flag``, ``IntFlag``, ``auto``
-.. versionadded:: 3.11  ``StrEnum``, ``EnumCheck``, ``FlagBoundary``, ``property``
-.. versionadded:: 3.11  ``member``, ``nonmember``
+.. versionadded:: 3.11  ``StrEnum``, ``EnumCheck``, ``FlagBoundary``, ``property``, ``member``, ``nonmember``
 
 ---------------