Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17f1edd

Browse files
committed
Add missing comma.
1 parent 93d7dda commit 17f1edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ alias::
595595

596596
This is a useful example for subclassing Enum to add or change other
597597
behaviors as well as disallowing aliases. If the only desired change is
598-
disallowing aliases the :func:`unique` decorator can be used instead.
598+
disallowing aliases, the :func:`unique` decorator can be used instead.
599599

600600

601601
Planet

0 commit comments

Comments
 (0)