Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix role
  • Loading branch information
ethanfurman committed Jan 14, 2022
commit 7072a3fd5f2833fa51c08853ec9014a02907fd51
4 changes: 2 additions & 2 deletions Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ Data Types

.. sidebar:: Important

The :method:`__repr__`, :method:`__str__`, :method:`__format__`, and
:method:`__reduce__` methods are not inherited from mix-in classes. To use
The :meth:`__repr__`, :meth:`__str__`, :meth:`__format__`, and
:meth:`__reduce__` methods are not inherited from mix-in classes. To use
them they must be manually assigned::

>>> class MyReprMixin:
Expand Down