Merge pull request #539 from daxlab/patch-1

fix typo in Enum docs
This commit is contained in:
Syrus Akbary 2017-09-03 14:49:28 -07:00 committed by GitHub
commit bb6dc43d4b

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