✏ Fix micro typo "in to" to "into"

This commit is contained in:
Sebastián Ramírez 2022-07-04 11:28:33 +02:00 committed by GitHub
parent d22c2e9fc1
commit 743f65aecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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