Skip to content

Commit

Permalink
pythonGH-95172 Make the same version versionadded oneline (pythonGH…
Browse files Browse the repository at this point in the history
…-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 <[email protected]>
(cherry picked from commit d6062d1)

Co-authored-by: 180909 <[email protected]>
  • Loading branch information
180909 authored and miss-islington committed Oct 5, 2022
1 parent aec1333 commit 54851d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

---------------

Expand Down

0 comments on commit 54851d0

Please sign in to comment.