Skip to content

Commit b95efff

Browse files
committed
Merge pull request #432 from mhlakhani/master
Fix typo in scrape.rst
2 parents f5eb99f + 31be2b2 commit b95efff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/scrape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lxml and Requests
2020
`lxml <http://lxml.de/>`_ is a pretty extensive library written for parsing
2121
XML and HTML documents really fast. It even handles messed up tags. We will
2222
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
23+
module instead of the already built-in urllib2 module due to improvements in speed and
2424
readability. You can easily install both using ``pip install lxml`` and
2525
``pip install requests``.
2626

0 commit comments

Comments
 (0)