From: Michael Oliver Date: Mon, 16 May 2022 09:37:13 +0000 (+0100) Subject: Remove `RequestBodyUnavailable` from module docstring (#2226) X-Git-Tag: 0.23.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eba32a61f6bb4723f63d16fdf023c1eecc39793;p=thirdparty%2Fhttpx.git Remove `RequestBodyUnavailable` from module docstring (#2226) Co-authored-by: Michael Oliver --- diff --git a/httpx/_exceptions.py b/httpx/_exceptions.py index 01758ede..f6e6a198 100644 --- a/httpx/_exceptions.py +++ b/httpx/_exceptions.py @@ -21,7 +21,6 @@ Our exception hierarchy: - UnsupportedProtocol + DecodingError + TooManyRedirects - + RequestBodyUnavailable x HTTPStatusError * InvalidURL * CookieConflict