Skip to content

Commit 7ecd6d0

Browse files
committed
Curb expectations on the safe_url_string docstring
1 parent 5194df8 commit 7ecd6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

w3lib/url.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def safe_url_string( # pylint: disable=too-many-locals
104104
105105
.. _URL living standard: https://url.spec.whatwg.org/
106106
107-
The returned URL is valid by *all* of the following URL standards known to
108-
be enforced by modern-day web browsers and web servers:
107+
The returned URL should be valid by *all* of the following URL standards
108+
known to be enforced by modern-day web browsers and web servers:
109109
110110
- `URL living standard`_
111111

0 commit comments

Comments
 (0)