mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove type information from property docstring
This commit is contained in:
@@ -168,7 +168,7 @@ class Column:
|
||||
|
||||
@property
|
||||
def render_width(self) -> int:
|
||||
"""int: Width in cells, required to render a column."""
|
||||
"""Width in cells, required to render a column."""
|
||||
# +2 is to account for space padding either side of the cell
|
||||
if self.auto_width:
|
||||
return self.content_width + 2
|
||||
|
||||
Reference in New Issue
Block a user