Skip to content

Commit 2377295

Browse files
test doctest speed
1 parent 165ed68 commit 2377295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Enum HOWTO
88

99
.. currentmodule:: enum
1010

11-
An :class:`Enum` is a set of symbolic names bound to unique values. They are
11+
An :class:`Enum` is a set of symbolic names bound to unique values. They are
1212
similar to global variables, but they offer a more useful :func:`repr`,
1313
grouping, type-safety, and a few other features.
1414

0 commit comments

Comments
 (0)