Skip to content

Commit c7b0444

Browse files
authored
Merge pull request #132 from Gallaecio/patch-1
[MRG+1] Embed cssselect reference
2 parents 8fc608e + 7e73df8 commit c7b0444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parsel/selector.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ def css(self, query):
258258
259259
In the background, CSS queries are translated into XPath queries using
260260
`cssselect`_ library and run ``.xpath()`` method.
261+
262+
.. _cssselect: https://pypi.python.org/pypi/cssselect/
261263
"""
262264
return self.xpath(self._css2xpath(query))
263265

0 commit comments

Comments
 (0)