]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix casing nits (#889)
authorFlorimond Manca <florimond.manca@gmail.com>
Sun, 29 Mar 2020 10:46:38 +0000 (12:46 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2020 10:46:38 +0000 (12:46 +0200)
README.md
httpx/_exceptions.py

index 574c7c35e9738ec45adc1950e1c22d66a66ee442..0693a5a8cf2ef72f55fb8441250e3f2e5505b815 100644 (file)
--- 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.
index 0f0ea062d32e251da98cc8a2b9fc73eddd4f7c59..d1597c078d2cc31d084ed25d378756785f97ae02 100644 (file)
@@ -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__(