Skip to content

Commit 05518a7

Browse files
authored
Merge pull request #582 from varundey/patch-1
Fixed minor grammatical error
2 parents 34d03a7 + ef507c7 commit 05518a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/enums.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ But also using instances of Enum:
2727
Value descriptions
2828
------------------
2929

30-
It's possible to add a description to a enum value, for that the enum value
30+
It's possible to add a description to an enum value, for that the enum value
3131
needs to have the ``description`` property on it.
3232

3333
.. code:: python

0 commit comments

Comments
 (0)