Fixed minor grammatical error

This commit is contained in:
Varun Dey 2017-10-27 15:58:32 +05:30 committed by GitHub
parent 34d03a7bd2
commit ef507c7932

View File

@ -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