From: Tom Christie Date: Thu, 17 Sep 2020 08:11:41 +0000 (+0100) Subject: Update README.md (#1291) X-Git-Tag: 0.15.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0febbaa987fe8f9ad519c8f3b89443b762dda1;p=thirdparty%2Fhttpx.git Update README.md (#1291) * Update README.md * Update index.md --- diff --git a/README.md b/README.md index f8fe0f9b..91d55dae 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ HTTPX builds on the well-established usability of `requests`, and gives you: * Ability to make requests directly to [WSGI applications](https://www.python-httpx.org/advanced/#calling-into-python-web-apps) or [ASGI applications](https://www.python-httpx.org/async/#calling-into-python-web-apps). * Strict timeouts everywhere. * Fully type annotated. -* 99% test coverage. +* 100% test coverage. Plus all the standard features of `requests`... diff --git a/docs/index.md b/docs/index.md index ddea48c4..c0d5e1a8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -71,7 +71,7 @@ well-established usability of `requests`, and gives you: * Ability to make requests directly to [WSGI applications](advanced.md#calling-into-python-web-apps) or [ASGI applications](async.md#calling-into-python-web-apps). * Strict timeouts everywhere. * Fully type annotated. -* 99% test coverage. +* 100% test coverage. Plus all the standard features of `requests`...