From 5f3305ddd8d5a0e5bca078cd94f9e06c0fc76c18 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 17 Dec 2020 17:43:24 +0000 Subject: [PATCH] doc --- rich/console.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rich/console.py b/rich/console.py index 5f2d0ddc..db73e45d 100644 --- a/rich/console.py +++ b/rich/console.py @@ -1160,7 +1160,8 @@ class Console: highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``. width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``. crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True. - soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text. Defaults to False. + soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or None for + Console default. Defaults to ``None``. """ if not objects: self.line()