Skip to content

Commit 83caf9a

Browse files
committed
Content fixes.
1 parent 4fbd03c commit 83caf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Decorator/Conceptual/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(self, component: Component) -> None:
5858
self._component = component
5959

6060
@property
61-
def component(self) -> str:
61+
def component(self) -> Component:
6262
"""
6363
EN: The Decorator delegates all work to the wrapped component.
6464

0 commit comments

Comments
 (0)