From b34b3091d40aeb9e89b239c070a34f7c044a7bf1 Mon Sep 17 00:00:00 2001 From: Mandeep Singh Date: Sun, 3 Sep 2017 20:38:06 +0530 Subject: [PATCH] fix typo in Enum docs --- 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 c2a184e4..0fb041aa 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 the enum value +It's possible to add a description to a enum value, for that the enum value needs to have the ``description`` property on it. .. code:: python