Skip to content

Commit

Permalink
Remove double "then" in docs/http2.md (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin authored Dec 30, 2020
1 parent 25781a7 commit 3bf1863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3bf1863

Please sign in to comment.