From: wo0d Date: Tue, 23 Nov 2021 09:04:31 +0000 (+0800) Subject: Fix typo on _merge_url (#1949) X-Git-Tag: 0.21.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc841a9e8e709f5cc40257927dd7461dc832330;p=thirdparty%2Fhttpx.git Fix typo on _merge_url (#1949) seperator -> separator --- diff --git a/httpx/_client.py b/httpx/_client.py index 021128d5..5bfa4c6c 100644 --- a/httpx/_client.py +++ b/httpx/_client.py @@ -370,7 +370,7 @@ class BaseClient: if merge_url.is_relative_url: # To merge URLs we always append to the base URL. To get this # behaviour correct we always ensure the base URL ends in a '/' - # seperator, and strip any leading '/' from the merge URL. + # separator, and strip any leading '/' from the merge URL. # # So, eg... #