Skip to content

Commit d9e4428

Browse files
E-Painexzy3-cdc
authored andcommitted
Remove trailing >>> in enum docs (pythonGH-21358)
The >>> as the last line serve no purpose and are not colored correctly by Sphinx.
1 parent 1a9ddc1 commit d9e4428

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/enum.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ The *type* of an enumeration member is the enumeration it belongs to::
113113
<enum 'Color'>
114114
>>> isinstance(Color.GREEN, Color)
115115
True
116-
>>>
117116

118117
Enum members also have a property that contains just their item name::
119118

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,7 @@ Richard Oudkerk
12661266
Russel Owen
12671267
Joonas Paalasmaa
12681268
Martin Packman
1269+
Elisha Paine
12691270
Shriphani Palakodety
12701271
Julien Palard
12711272
Aviv Palivoda

0 commit comments

Comments
 (0)