Merge pull request #540 from Textualize/docs-structure

Docs Refresh
This commit is contained in:
Will McGugan
2022-05-27 12:01:25 +01:00
committed by GitHub
51 changed files with 587 additions and 173 deletions

View File

@@ -195,7 +195,7 @@ async def test_border_edge_types_impact_on_widget_size(
expects_visible_char_at_top_left_edge: bool,
):
class BorderTarget(Widget):
def render(self, style) -> RenderableType:
def render(self) -> RenderableType:
return Text("border target", style="black on yellow", justify="center")
border_target = BorderTarget()