From: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:53:49 +0000 (-0500) Subject: update eerror docs to use StreamClosed instead of old ResponseClosed (#1913) X-Git-Tag: 0.23.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3a5347a9717169c00c73b71ba7c560e9a04443;p=thirdparty%2Fhttpx.git update eerror docs to use StreamClosed instead of old ResponseClosed (#1913) Co-authored-by: Tom Christie --- diff --git a/docs/exceptions.md b/docs/exceptions.md index 3de8fc6b..71c8a17e 100644 --- a/docs/exceptions.md +++ b/docs/exceptions.md @@ -81,7 +81,7 @@ except httpx.HTTPStatusError as exc: * StreamConsumed * ResponseNotRead * RequestNotRead - * ResponseClosed + * StreamClosed ---