]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo in RemoteProtocolError description (#1817)
authorPatrick Arminio <patrick.arminio@gmail.com>
Thu, 26 Aug 2021 01:26:06 +0000 (02:26 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 01:26:06 +0000 (09:26 +0800)
httpx/_exceptions.py

index b6e59aa0590141a7a14c15cb6a0702f1c7dc3782..5b8cfc4fdf778885cb34524f286238531bc54046 100644 (file)
@@ -199,7 +199,7 @@ class RemoteProtocolError(ProtocolError):
     """
     The protocol was violated by the server.
 
-    For exaample, returning malformed HTTP.
+    For example, returning malformed HTTP.
     """