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.
2 parents f5eb99f + 31be2b2 commit b95efffCopy full SHA for b95efff
docs/scenarios/scrape.rst
@@ -20,7 +20,7 @@ lxml and Requests
20
`lxml <http://lxml.de/>`_ is a pretty extensive library written for parsing
21
XML and HTML documents really fast. It even handles messed up tags. We will
22
also be using the `Requests <http://docs.python-requests.org/en/latest/>`_
23
-module instead of the already built-in urlib2 due to improvements in speed and
+module instead of the already built-in urllib2 module due to improvements in speed and
24
readability. You can easily install both using ``pip install lxml`` and
25
``pip install requests``.
26
0 commit comments