mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
relax test for Py39
This commit is contained in:
parent
5a79dc9c03
commit
c30d4ed280
3 changed files with 5 additions and 7 deletions
|
@ -146,7 +146,7 @@ You can also set overflow to "ignore" which allows text to run on to the next li
|
|||
Soft Wrapping
|
||||
-------------
|
||||
|
||||
Rich word wraps text you print by inserting line breaks. You can disable this behavior by setting ``soft_wrap=True`` when calling :meth:`~rich.console.Console.print`. With *soft wrapping* enabled text any text that doesn't fit will run on to the following line(s), just like the builtin ``print``.
|
||||
Rich word wraps text you print by inserting line breaks. You can disable this behavior by setting ``soft_wrap=True`` when calling :meth:`~rich.console.Console.print`. With *soft wrapping* enabled any text that doesn't fit will run on to the following line(s), just like the builtin ``print``.
|
||||
|
||||
|
||||
Cropping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue