We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f701ac3 commit d3821eeCopy full SHA for d3821ee
doc/source/usage.rst
@@ -236,8 +236,8 @@ decorator. For example:
236
assert SpecializedEnum.TWO.method() == 'method_two()'
237
assert SpecializedEnum.THREE.method() == 'method_three()'
238
239
-The :py:meth:`~enum_properties.specialize` decorator works on @classmethods and @staticmethods as well,
240
-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.
241
242
The undecorated method will apply to all members that lack a specialization:
243
0 commit comments