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:
E-Paine 2020-07-09 21:18:34 +02:00 committed by GitHub
parent af56c4fc76
commit 1ee5dc1586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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::

View File

@ -1266,6 +1266,7 @@ Richard Oudkerk
Russel Owen
Joonas Paalasmaa
Martin Packman
Elisha Paine
Shriphani Palakodety
Julien Palard
Aviv Palivoda