✏ Fix typo, "ASCII codes" to "ANSI escape sequences" (#308)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
d9b17883e3
commit
e56521f7dd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Hello World
|
|||
And make sure you use `typer.echo()` instead of `print()`.
|
||||
|
||||
!!! note "Technical Details"
|
||||
The way color works in terminals is by using some codes (ASCII codes) as part of the text.
|
||||
The way color works in terminals is by using some codes (ANSI escape sequences) as part of the text.
|
||||
|
||||
So, a colored text is still just a `str`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue