We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288caae commit 5194df8Copy full SHA for 5194df8
w3lib/url.py
@@ -556,7 +556,7 @@ def canonicalize_url(
556
) -> str:
557
r"""Canonicalize the given url by applying the following procedures:
558
559
- - make the URL safe (see :func:`safe_url_string`)
+ - make the URL safe
560
- sort query arguments, first by key, then by value
561
- normalize all spaces (in query arguments) '+' (plus symbol)
562
- normalize percent encodings case (%2f -> %2F)
0 commit comments