mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
✏ Fix micro typo "in to" to "into"
This commit is contained in:
parent
d22c2e9fc1
commit
743f65aecc
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Here's an example::
|
|||
Rules
|
||||
-----
|
||||
|
||||
The :meth:`~rich.console.Console.rule` method will draw a horizontal line with an optional title, which is a good way of dividing your terminal output in to sections.
|
||||
The :meth:`~rich.console.Console.rule` method will draw a horizontal line with an optional title, which is a good way of dividing your terminal output into sections.
|
||||
|
||||
>>> console.rule("[bold red]Chapter 2")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue