From 17f1eddcfe886fbb11a71550978e37533e19d79e Mon Sep 17 00:00:00 2001
From: Ezio Melotti <ezio.melotti@gmail.com>
Date: Sat, 5 Oct 2013 04:26:06 +0300
Subject: [PATCH] Add missing comma.

---
 Doc/library/enum.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index 9d9e46e564..f09c60c00d 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
-- 
2.50.1