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 4122e7f commit 28cd0f1Copy full SHA for 28cd0f1
parsel/selector.py
@@ -173,7 +173,7 @@ class Selector(object):
173
``type`` defines the selector type, it can be ``"html"``, ``"xml"`` or ``None`` (default).
174
If ``type`` is ``None``, the selector defaults to ``"html"``.
175
176
- The ``base_url`` keyword allows setting a URL for the document. This is needed when looking up external entities with relative paths.
+ ``base_url`` 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) ``lxml.etree.fromstring`` for more information.
178
"""
179
0 commit comments