Remove double "then" in docs/http2.md (#1442)

This commit is contained in:
Konstantin 2020-12-30 17:21:35 +01:00 committed by GitHub
parent 25781a7625
commit 3bf18637c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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