PEP 663: Fix typo and creation date (GH-2110)

This commit is contained in:
Jacob Walls 2021-11-05 23:01:01 -04:00 committed by GitHub
parent 4b865b95a7
commit c69a1c37b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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