From ef507c7932db6f4c90c34589f8d8af2167975f7b Mon Sep 17 00:00:00 2001 From: Varun Dey Date: Fri, 27 Oct 2017 15:58:32 +0530 Subject: [PATCH] Fixed minor grammatical error --- docs/types/enums.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/enums.rst b/docs/types/enums.rst index 0fb041aa..96c52e92 100644 --- a/docs/types/enums.rst +++ b/docs/types/enums.rst @@ -27,7 +27,7 @@ But also using instances of Enum: Value descriptions ------------------ -It's possible to add a description to a enum value, for that the enum value +It's possible to add a description to an enum value, for that the enum value needs to have the ``description`` property on it. .. code:: python