Skip to content

Commit

Permalink
Use proper endash in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 11, 2023
1 parent 4668494 commit b37071d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ Enum Tools
This library provides the following:

#. ``enum_tools.autoenum`` -- A `Sphinx <https://www.sphinx-doc.org>`_ extension to document Enums better than ``autoclass``
#. ``enum_tools.autoenum`` A `Sphinx <https://www.sphinx-doc.org>`_ extension to document Enums better than ``autoclass``
can currently.
#. ``@enum_tools.documentation.document_enum`` -- A decorator to add docstrings to ``Enum`` members
#. ``@enum_tools.documentation.document_enum`` A decorator to add docstrings to ``Enum`` members
from a comment at the end of the line.
#. ``enum_tools.custom_enums`` -- Additional ``Enum`` classes with different functionality.
#. ``enum_tools.custom_enums`` Additional ``Enum`` classes with different functionality.


Installation
Expand Down

0 comments on commit b37071d

Please sign in to comment.