PEP 663: Fix typo and creation date (GH-2110)
This commit is contained in:
parent
4b865b95a7
commit
c69a1c37b5
|
@ -7,7 +7,7 @@ Discussions-To: python-dev@python.org
|
|||
Status: Draft
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
Created: 23-Feb-2013
|
||||
Created: 30-Jun-2021
|
||||
Python-Version: 3.11
|
||||
Post-History: 20-Jul-2021, 02-Nov-2021
|
||||
Resolution:
|
||||
|
@ -82,7 +82,7 @@ will, of course, already change its ``repr()`` in certain cases.
|
|||
Specification
|
||||
=============
|
||||
|
||||
There a three broad categories of enum usage:
|
||||
There are three broad categories of enum usage:
|
||||
|
||||
- simple: ``Enum`` or ``Flag``
|
||||
a new enum class is created with no data type mixins
|
||||
|
|
Loading…
Reference in New Issue