mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
Remove trailing >>> in enum docs (GH-21358)
The >>> as the last line serve no purpose and are not colored correctly by Sphinx.
This commit is contained in:
parent
af56c4fc76
commit
1ee5dc1586
2 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ The *type* of an enumeration member is the enumeration it belongs to::
|
||||||
<enum 'Color'>
|
<enum 'Color'>
|
||||||
>>> isinstance(Color.GREEN, Color)
|
>>> isinstance(Color.GREEN, Color)
|
||||||
True
|
True
|
||||||
>>>
|
|
||||||
|
|
||||||
Enum members also have a property that contains just their item name::
|
Enum members also have a property that contains just their item name::
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1266,6 +1266,7 @@ Richard Oudkerk
|
||||||
Russel Owen
|
Russel Owen
|
||||||
Joonas Paalasmaa
|
Joonas Paalasmaa
|
||||||
Martin Packman
|
Martin Packman
|
||||||
|
Elisha Paine
|
||||||
Shriphani Palakodety
|
Shriphani Palakodety
|
||||||
Julien Palard
|
Julien Palard
|
||||||
Aviv Palivoda
|
Aviv Palivoda
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue