Skip to content

Commit c3d7bdd

Browse files
committed
Third, final markup fixes.
1 parent 3aef3bd commit c3d7bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/scrape.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Web sites are written using HTML, which means that each web page is a
88
structured document. Sometimes it would be great to obtain some data from
99
them and preserve the structure while we're at it, but this isn't always easy.
1010
It's not often that web sites provide their data in comfortable formats
11-
such as ``.csv``.
11+
such as ``.csv``.
1212

1313
This is where web scraping comes in. Web scraping is the practice of using
1414
computer program to sift through a web page and gather the data that you need
@@ -19,7 +19,7 @@ lxml
1919

2020
`lxml <http://lxml.de/>`_ is a pretty extensive library written for parsing
2121
XML and HTML documents, which you can easily install using ``pip``. We will
22-
be using its `html` module to get data from this web page: `econpy <http://econpy.pythonanywhere.com/ex/001.html>`_ .
22+
be using its ``html`` module to get example data from this web page: `econpy.org <http://econpy.pythonanywhere.com/ex/001.html>`_ .
2323

2424
First we shall import the required modules:
2525

0 commit comments

Comments
 (0)