docs version bump

This commit is contained in:
Will McGugan 2020-08-25 17:09:56 +01:00
parent 97aa70c0a4
commit f0ab3f4fff
9 changed files with 60 additions and 19 deletions

View file

@ -175,7 +175,7 @@ You can also set overflow to "ignore" which allows text to run on to the next li
Soft Wrapping
-------------
Rich will word wrap 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 text any text that doesn't fit will run on to the following line(s), just like the builtin ``print``.
Cropping