Skip to content

Commit

Permalink
✏ Fix typo, "ASCII codes" to "ANSI escape sequences" (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <[email protected]>
  • Loading branch information
septatrix and tiangolo authored Jul 4, 2022
1 parent d9b1788 commit e56521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/printing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit e56521f

Please sign in to comment.