Skip to content

Commit e49ef3b

Browse files
committed
align wording
1 parent b6d56e3 commit e49ef3b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

conformance/tests/qualifiers_final_decorator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def method4(self, x: str) -> str:
5151
def method4(self, x: int | str) -> int | str:
5252
return 0
5353

54-
# > @final may be chained with decorators that return a non-function, like a
55-
# property descriptor.
54+
# > The @final decorator can be combined with previous decorators, like @property.
5655

5756
@final
5857
@property

0 commit comments

Comments
 (0)