8000 GH-95172 Make the same version `versionadded` oneline (GH-95172) · python/cpython@c5d6009 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5d6009

Browse files
miss-islington180909
authored andcommitted
GH-95172 Make the same version versionadded oneline (GH-95172)
* 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 d6062d1) Co-authored-by: 180909 <734461790@qq.com>
1 parent 28f97dc commit c5d6009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ Module Contents
134134

135135

136136
.. versionadded:: 3.6 ``Flag``, ``IntFlag``, ``auto``
137-
.. versionadded:: 3.11 ``StrEnum``, ``EnumCheck``, ``FlagBoundary``, ``property``
138-
.. versionadded:: 3.11 ``member``, ``nonmember``
137+
.. versionadded:: 3.11 ``StrEnum``, ``EnumCheck``, ``FlagBoundary``, ``property``, ``member``, ``nonmember``
139138

140139
---------------
141140

0 commit comments

Comments
 (0)
0