Skip to content

Commit

Permalink
correct documentation for enum.html (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikanand authored and vstinner committed Feb 28, 2017
1 parent 81788e9 commit 6265842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/enum.rst
Expand Up @@ -24,8 +24,8 @@ Module Contents
---------------

This module defines four enumeration classes that can be used to define unique
sets of names and values: :class:`Enum`, :class:`IntEnum`, and
:class:`IntFlags`. It also defines one decorator, :func:`unique`, and one
sets of names and values: :class:`Enum`, :class:`IntEnum`, :class:`Flag`, and
:class:`IntFlag`. It also defines one decorator, :func:`unique`, and one
helper, :class:`auto`.

.. class:: Enum
Expand Down

0 comments on commit 6265842

Please sign in to comment.