Remove double "then" in docs/http2.md (#1442)
This commit is contained in:
parent
25781a7625
commit
3bf18637c1
@ -31,7 +31,7 @@ the optional HTTP/2 dependencies...
|
||||
$ pip install httpx[http2]
|
||||
```
|
||||
|
||||
And then then instantiating a client with HTTP/2 support enabled:
|
||||
And then instantiating a client with HTTP/2 support enabled:
|
||||
|
||||
```python
|
||||
client = httpx.AsyncClient(http2=True)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user