From 807dd253249462b79bcda052ff8f8953295ecd70 Mon Sep 17 00:00:00 2001 From: Ferdy Rodriguez Date: Mon, 13 Jan 2014 00:03:58 -0600 Subject: [PATCH] fixed error on tor's name --- docs/intro/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/overview.rst b/docs/intro/overview.rst index 2582ae27c..876f5950d 100644 --- a/docs/intro/overview.rst +++ b/docs/intro/overview.rst @@ -169,7 +169,7 @@ Review scraped data If you check the ``scraped_data.json`` file after the process finishes, you'll see the scraped items there:: - [{"url": "http://www.mininova.org/tor/2676093", "name": ["Flight of Apollo 11 (1969)"], "description": ["Short documentary made for Plymouth ..."], "size": ["150.62 megabyte"]}, + [{"url": "http://www.mininova.org/tor/2676093", "name": ["Darwin - The Evolution Of An Exhibition"], "description": ["Short documentary made for Plymouth ..."], "size": ["150.62 megabyte"]}, # ... other items ... ]