Skip to content

Commit ae339e3

Browse files
E-Paineshihai1991
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 10a0fd6 commit ae339e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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)