From: Konstantin Date: Wed, 30 Dec 2020 16:21:35 +0000 (+0100) Subject: Remove double "then" in docs/http2.md (#1442) X-Git-Tag: 0.17.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf18637c1289575f3cc00467fbde1a34bbdf332;p=thirdparty%2Fhttpx.git Remove double "then" in docs/http2.md (#1442) --- 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)