]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-95172 Make the same version `versionadded` oneline (GH-95172)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Oct 2022 18:01:17 +0000 (11:01 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:05:11 +0000 (20:05 +0100)
* 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>
(cherry picked from commit d6062d1170199c4f02acf6de8fcbf5d748a03db2)

Co-authored-by: 180909 <734461790@qq.com>
Doc/library/enum.rst

index b1333c7dd5cf9d05d97456ff325ec2f159d04a71..241d19d3bfb30ed81dc101511980ae1502eed840 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``
 
 ---------------