Skip to content

Commit 0f3de98

Browse files
committed
docstring
1 parent 9944d43 commit 0f3de98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/textual/content.py

+3
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,9 @@ def extend_style(self, spaces: int) -> Content:
11361136
11371137
Args:
11381138
spaces (int): Number of spaces to add to the Text.
1139+
1140+
Returns:
1141+
New content with additional spaces at the end.
11391142
"""
11401143
if spaces <= 0:
11411144
return self

0 commit comments

Comments
 (0)