From 5bd4ac3b92c422fb87b841c3f314dd2241ca4ed4 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 20 Sep 2022 14:27:51 +0100 Subject: [PATCH] Update docs/examples/events/dictionary.py Co-authored-by: darrenburns --- docs/examples/events/dictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/events/dictionary.py b/docs/examples/events/dictionary.py index b6810cc8e..7a6e74deb 100644 --- a/docs/examples/events/dictionary.py +++ b/docs/examples/events/dictionary.py @@ -3,7 +3,7 @@ import asyncio try: import httpx except ImportError: - raise ImportError("Please install http with 'pip install httpx' ") + raise ImportError("Please install httpx with 'pip install httpx' ") from rich.json import JSON