Skip to content

Commit

Permalink
GH-95172 Make the same version versionadded oneline (#95172)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
180909 and orsenthil committed Oct 5, 2022
1 parent 7015e13 commit d6062d1
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 d6062d1

Please sign in to comment.