Skip to content

Commit bb6dc43

Browse files
authored
Merge pull request #539 from daxlab/patch-1
fix typo in Enum docs
2 parents ab5a11b + b34b309 commit bb6dc43

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 the enum value
30+
It's possible to add a description to a 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)