mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add missing comma.
This commit is contained in:
parent
93d7dda914
commit
17f1eddcfe
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ alias::
|
|||
|
||||
This is a useful example for subclassing Enum to add or change other
|
||||
behaviors as well as disallowing aliases. If the only desired change is
|
||||
disallowing aliases the :func:`unique` decorator can be used instead.
|
||||
disallowing aliases, the :func:`unique` decorator can be used instead.
|
||||
|
||||
|
||||
Planet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue