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