From 077d57e73d88d00fb6ab8b784b7c1409117b8d88 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 8 Oct 2020 18:24:40 +0100 Subject: [PATCH] docstring --- rich/box.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rich/box.py b/rich/box.py index c4aad755..a1564dbd 100644 --- a/rich/box.py +++ b/rich/box.py @@ -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.