From: Florimond Manca Date: Sun, 29 Mar 2020 10:46:38 +0000 (+0200) Subject: Fix casing nits (#889) X-Git-Tag: 0.13.0.dev0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63108d613601791acb0b549ffa93bc12c830ef9;p=thirdparty%2Fhttpx.git Fix casing nits (#889) --- diff --git a/README.md b/README.md index 574c7c35..0693a5a8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Install with pip: $ pip install httpx ``` -httpx requires Python 3.6+ +HTTPX requires Python 3.6+. ## Documentation @@ -109,7 +109,7 @@ If you want to contribute with HTTPX check out the [Contributing Guide](https:// ## Dependencies -The httpx project relies on these excellent libraries: +The HTTPX project relies on these excellent libraries: * `urllib3` - Sync client support. * `h11` - HTTP/1.1 support. diff --git a/httpx/_exceptions.py b/httpx/_exceptions.py index 0f0ea062..d1597c07 100644 --- a/httpx/_exceptions.py +++ b/httpx/_exceptions.py @@ -6,7 +6,7 @@ if typing.TYPE_CHECKING: class HTTPError(Exception): """ - Base class for all httpx exceptions. + Base class for all HTTPX exceptions. """ def __init__(