We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165ed68 commit 2377295Copy full SHA for 2377295
Doc/howto/enum.rst
@@ -8,7 +8,7 @@ Enum HOWTO
8
9
.. currentmodule:: enum
10
11
-An :class:`Enum` is a set of symbolic names bound to unique values. They are
+An :class:`Enum` is a set of symbolic names bound to unique values. They are
12
similar to global variables, but they offer a more useful :func:`repr`,
13
grouping, type-safety, and a few other features.
14
0 commit comments