]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
update eerror docs to use StreamClosed instead of old ResponseClosed (#1913)
authoriscai-msft <43154838+iscai-msft@users.noreply.github.com>
Wed, 9 Feb 2022 11:53:49 +0000 (06:53 -0500)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 11:53:49 +0000 (11:53 +0000)
Co-authored-by: Tom Christie <tom@tomchristie.com>
docs/exceptions.md

index 3de8fc6b578e41001098ce685c3424e7d444680a..71c8a17e029940df472a23feed8a76d87546e780 100644 (file)
@@ -81,7 +81,7 @@ except httpx.HTTPStatusError as exc:
     * StreamConsumed
     * ResponseNotRead
     * RequestNotRead
-    * ResponseClosed
+    * StreamClosed
 
 ---