mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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'>
|
||||
>>> isinstance(Color.GREEN, Color)
|
||||
True
|
||||
>>>
|
||||
|
||||
Enum members also have a property that contains just their item name::
|
||||
|
||||
|
|
|
|||
|
|
@ -1266,6 +1266,7 @@ Richard Oudkerk
|
|||
Russel Owen
|
||||
Joonas Paalasmaa
|
||||
Martin Packman
|
||||
Elisha Paine
|
||||
Shriphani Palakodety
|
||||
Julien Palard
|
||||
Aviv Palivoda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue