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 534cc5f commit 15ae55bCopy full SHA for 15ae55b
docs/index.rst
@@ -44,7 +44,7 @@ Then, URLs are just an import away::
44
better_url = url.replace(scheme='https', port=443)
45
org_url = better_url.click('.')
46
47
- print(str(org_url))
+ print(org_url.to_text())
48
# prints: https://github.com/python-hyper/
49
50
print(better_url.get('utm_source'))
0 commit comments