PEP 663: fix some spacing
This commit is contained in:
parent
7654df8351
commit
38057a899b
|
@ -187,7 +187,7 @@ Mitigation
|
|||
Normal usage of enum members will not change: ``re.ASCII`` can still be used
|
||||
as ``re.ASCII`` and will still compare equal to ``256``. If one wants their
|
||||
own enums in their own code to remain the same they will need to write their
|
||||
own base Enum class and then write the appropriate``repr``, ``str()``, and
|
||||
own base Enum class and then write the appropriate ``repr``, ``str()``, and
|
||||
``format()`` methods (or copy them from the 3.10 enum module).
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue