We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afeb55 commit 6682bd9Copy full SHA for 6682bd9
1 file changed
src/hyperlink/_url.py
@@ -1782,7 +1782,7 @@ class DecodedURL(object):
1782
not URL components, like :class:`URL`. To programmatically
1783
construct a :class:`DecodedURL`, you can use this pattern:
1784
1785
- >>> DecodedURL().replace(host='pypi.org', path=('projects', 'hyperlink').to_text()
+ >>> DecodedURL().replace(host='pypi.org', path=('projects', 'hyperlink').to_text()
1786
"http://pypi.org/projects/hyperlink"
1787
1788
*(New in 18.0.0)*
0 commit comments