Skip to content

Commit 5194df8

Browse files
committed
Do not mention safe_url_string in the canonicalize_url docstring
1 parent 288caae commit 5194df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

w3lib/url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def canonicalize_url(
556556
) -> str:
557557
r"""Canonicalize the given url by applying the following procedures:
558558
559-
- make the URL safe (see :func:`safe_url_string`)
559+
- make the URL safe
560560
- sort query arguments, first by key, then by value
561561
- normalize all spaces (in query arguments) '+' (plus symbol)
562562
- normalize percent encodings case (%2f -> %2F)

0 commit comments

Comments
 (0)