Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Format versionadded
A single line versionadded was reading better.
  • Loading branch information
orsenthil authored Oct 3, 2022
commit 4e052ac3d04827ca797239ee3ab3fc0a4cd489d4
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``, ``member``, ``nonmember``
.. versionadded:: 3.11 ``StrEnum``, ``EnumCheck``, ``FlagBoundary``, ``property``, ``member``, ``nonmember``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could break this statement into 80 column limit and format will be consistent with the rest of the file. Thank you.


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

Expand Down