Skip to content

Commit 6682bd9

Browse files
committed
remove extra space in doctest
1 parent 4afeb55 commit 6682bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperlink/_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ class DecodedURL(object):
17821782
not URL components, like :class:`URL`. To programmatically
17831783
construct a :class:`DecodedURL`, you can use this pattern:
17841784
1785-
>>> DecodedURL().replace(host='pypi.org', path=('projects', 'hyperlink').to_text()
1785+
>>> DecodedURL().replace(host='pypi.org', path=('projects', 'hyperlink').to_text()
17861786
"http://pypi.org/projects/hyperlink"
17871787
17881788
*(New in 18.0.0)*

0 commit comments

Comments
 (0)