Fix typo on _merge_url (#1949)

seperator -> separator
This commit is contained in:
wo0d 2021-11-23 17:04:31 +08:00 committed by GitHub
parent 6f5865f860
commit efc841a9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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...
#