Update docs/examples/events/dictionary.py

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-09-20 14:27:51 +01:00
committed by GitHub
parent f2c5e6ce78
commit 5bd4ac3b92

View File

@@ -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