]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo on _merge_url (#1949)
authorwo0d <thune-xiaobai@users.noreply.github.com>
Tue, 23 Nov 2021 09:04:31 +0000 (17:04 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 09:04:31 +0000 (09:04 +0000)
seperator -> separator

httpx/_client.py

index 021128d58456911dbc3c4549a191bbaca033eb67..5bfa4c6c1acc51bc48fd2153b932e65e7faa2f34 100644 (file)
@@ -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...
             #