diff --git a/docs/quickstart.md b/docs/quickstart.md index af3df148..e7ac5fa8 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -7,7 +7,7 @@ First, start by importing HTTPX: -``` +```python >>> import httpx ```