Skip to content

Commit 4122e7f

Browse files
Add explanation for base_url
1 parent 98191c7 commit 4122e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsel/selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class Selector(object):
174174
If ``type`` is ``None``, the selector defaults to ``"html"``.
175175
176176
The ``base_url`` keyword allows setting a URL for the document. This is needed when looking up external entities with relative paths.
177-
See [`lxml` documentation](https://lxml.de/api/index.html) for more information.
177+
See [`lxml` documentation](https://lxml.de/api/index.html) ``lxml.etree.fromstring`` for more information.
178178
"""
179179

180180
__slots__ = ['text', 'namespaces', 'type', '_expr', 'root',

0 commit comments

Comments
 (0)