Skip to content

Commit

Permalink
make doc8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Apr 16, 2023
1 parent f701ac3 commit d3821ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ decorator. For example:
assert SpecializedEnum.TWO.method() == 'method_two()'
assert SpecializedEnum.THREE.method() == 'method_three()'
The :py:meth:`~enum_properties.specialize` decorator works on @classmethods and @staticmethods as well,
but it must be the outermost decorator.
The :py:meth:`~enum_properties.specialize` decorator works on @classmethods and
@staticmethods as well, but it must be the outermost decorator.

The undecorated method will apply to all members that lack a specialization:

Expand Down

0 comments on commit d3821ee

Please sign in to comment.