Skip to content

Commit d3821ee

Browse files
committed
make doc8 happy
1 parent f701ac3 commit d3821ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ decorator. For example:
236236
assert SpecializedEnum.TWO.method() == 'method_two()'
237237
assert SpecializedEnum.THREE.method() == 'method_three()'
238238
239-
The :py:meth:`~enum_properties.specialize` decorator works on @classmethods and @staticmethods as well,
240-
but it must be the outermost decorator.
239+
The :py:meth:`~enum_properties.specialize` decorator works on @classmethods and
240+
@staticmethods as well, but it must be the outermost decorator.
241241

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

0 commit comments

Comments
 (0)