diff --git a/docs/http2.md b/docs/http2.md index 84148c3b..56b032dd 100644 --- a/docs/http2.md +++ b/docs/http2.md @@ -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)