✏ Fix typo, "ASCII codes" to "ANSI escape sequences" (#308)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Nils K 2022-07-04 11:20:17 +02:00 committed by GitHub
parent d9b17883e3
commit e56521f7dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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