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`...