Add missing comma.

This commit is contained in:
Ezio Melotti 2013-10-05 04:26:06 +03:00
parent 93d7dda914
commit 17f1eddcfe
1 changed files with 1 additions and 1 deletions

View File

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