mirror of https://github.com/Textualize/rich.git
docstring
This commit is contained in:
parent
ddd3aa3fe3
commit
077d57e73d
|
@ -67,8 +67,9 @@ class Box:
|
|||
"""Substitute this box for another if it won't render due to platform issues.
|
||||
|
||||
Args:
|
||||
options (ConsoleOptions): Console options used in rendering.
|
||||
safe (bool, optional): Substitute this for another Box if there are known problems
|
||||
in displaying (currently only relevant on Windows).
|
||||
in displaying (currently only relevant on Windows). Default is True.
|
||||
|
||||
Returns:
|
||||
[Box]: A different Box or the same Box.
|
||||
|
|
Loading…
Reference in New Issue