Fix casing nits (#889)

This commit is contained in:
Florimond Manca 2020-03-29 12:46:38 +02:00 committed by GitHub
parent 3acd72a6ee
commit d63108d613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View 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__(