relax test for Py39

This commit is contained in:
Will McGugan 2020-10-07 10:59:53 +01:00
parent 5a79dc9c03
commit c30d4ed280
3 changed files with 5 additions and 7 deletions

View file

@ -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