Merge pull request #582 from varundey/patch-1

Fixed minor grammatical error
This commit is contained in:
Syrus Akbary 2017-10-28 10:43:58 -07:00 committed by GitHub
commit 05518a7615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ But also using instances of Enum:
Value descriptions 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. needs to have the ``description`` property on it.
.. code:: python .. code:: python