diff --git a/docs/scenarios/scrape.rst b/docs/scenarios/scrape.rst
index 69c6e349f..8533919d8 100644
--- a/docs/scenarios/scrape.rst
+++ b/docs/scenarios/scrape.rst
@@ -20,7 +20,7 @@ lxml and Requests
`lxml `_ is a pretty extensive library written for parsing
XML and HTML documents really fast. It even handles messed up tags. We will
also be using the `Requests `_
-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
readability. You can easily install both using ``pip install lxml`` and
``pip install requests``.