diff options
-rw-r--r-- | Doc/library/enum.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 9d9e46e..f09c60c 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -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 |