From: Ezio Melotti Date: Sat, 5 Oct 2013 01:26:06 +0000 (+0300) Subject: Add missing comma. X-Git-Tag: v3.4.0a4~271^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17f1eddcfe886fbb11a71550978e37533e19d79e;p=thirdparty%2FPython%2Fcpython.git Add missing comma. --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 9d9e46e564f1..f09c60c00dcb 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