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