]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md (#1291)
authorTom Christie <tom@tomchristie.com>
Thu, 17 Sep 2020 08:11:41 +0000 (09:11 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 08:11:41 +0000 (09:11 +0100)
* Update README.md

* Update index.md

README.md
docs/index.md

index f8fe0f9b60b4606f6d8b0f14f5c302498ddd03eb..91d55daebe43c288b10702b8047d0f88dd2da581 100644 (file)
--- 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`...
 
index ddea48c43f6dc11a64449cec61b07913b7bdab18..c0d5e1a883a13b97458d2289d53014bd9b72d004 100644 (file)
@@ -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`...