From: Patrick Arminio Date: Thu, 26 Aug 2021 01:26:06 +0000 (+0100) Subject: Fix typo in RemoteProtocolError description (#1817) X-Git-Tag: 1.0.0.beta0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317653585cd781c59fc3f5dde20292a47f765a0e;p=thirdparty%2Fhttpx.git Fix typo in RemoteProtocolError description (#1817) --- diff --git a/httpx/_exceptions.py b/httpx/_exceptions.py index b6e59aa0..5b8cfc4f 100644 --- a/httpx/_exceptions.py +++ b/httpx/_exceptions.py @@ -199,7 +199,7 @@ class RemoteProtocolError(ProtocolError): """ The protocol was violated by the server. - For exaample, returning malformed HTTP. + For example, returning malformed HTTP. """