diff --git a/docs/tutorial/printing.md b/docs/tutorial/printing.md index 407408c67..f5cdc84af 100644 --- a/docs/tutorial/printing.md +++ b/docs/tutorial/printing.md @@ -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`.