We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e667349 + d8f08fd commit 07b738aCopy full SHA for 07b738a
rich/panel.py
@@ -22,7 +22,7 @@ class Panel(JupyterMixin):
22
23
Args:
24
renderable (RenderableType): A console renderable object.
25
- box (Box, optional): A Box instance that defines the look of the border (see :ref:`appendix_box`. Defaults to box.ROUNDED.
+ box (Box): A Box instance that defines the look of the border (see :ref:`appendix_box`. Defaults to box.ROUNDED.
26
title (Optional[TextType], optional): Optional title displayed in panel header. Defaults to None.
27
title_align (AlignMethod, optional): Alignment of title. Defaults to "center".
28
subtitle (Optional[TextType], optional): Optional subtitle displayed in panel footer. Defaults to None.
0 commit comments