From: Tom Christie Date: Thu, 5 Dec 2019 09:40:24 +0000 (+0000) Subject: Tweak docstring X-Git-Tag: 0.9.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a738327678357455f4b3b6a9203d0de5d389652c;p=thirdparty%2Fhttpx.git Tweak docstring --- diff --git a/httpx/exceptions.py b/httpx/exceptions.py index b19669c6..2d8d27dc 100644 --- a/httpx/exceptions.py +++ b/httpx/exceptions.py @@ -6,7 +6,7 @@ if typing.TYPE_CHECKING: class HTTPError(Exception): """ - Base class for Httpx exception + Base class for all httpx exceptions. """ def __init__(