Add language syntax highlighting in Quickstart (#466)

This commit is contained in:
ImPerat0R_ 2019-10-10 00:34:54 +08:00 committed by Florimond Manca
parent 57ae7ea22b
commit 97a104abc3

View File

@ -7,7 +7,7 @@
First, start by importing HTTPX:
```
```python
>>> import httpx
```