From cb2d4a87c7768ca0aafee2b66b48db413c4fc0d0 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 13 Apr 2026 10:08:10 +0800 Subject: [PATCH] docs: fix environment variable wording --- docs/tutorial/exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/exceptions.md b/docs/tutorial/exceptions.md index 18c3374ff3..cd89177b38 100644 --- a/docs/tutorial/exceptions.md +++ b/docs/tutorial/exceptions.md @@ -43,7 +43,7 @@ $ python main.py ## Exceptions without Rich -You can disable Rich globally using the environmental variable `TYPER_USE_RICH`. +You can disable Rich globally using the environment variable `TYPER_USE_RICH`. In this case, Typer will still do some tricks to show you the information **as clearly as possible**: