[Python-checkins] cpython: Add missing comma.

ezio.melotti python-checkins at python.org
Sat Oct 5 03:26:30 CEST 2013


http://hg.python.org/cpython/rev/1bbe94419042
changeset:   85966:1bbe94419042
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Oct 05 04:26:06 2013 +0300
summary:
  Add missing comma.

files:
  Doc/library/enum.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -595,7 +595,7 @@
 
     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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list