Skip to content

Commit d72ada3

Browse files
committed
update README to always use same w3lib version as demo
1 parent 0093ee4 commit d72ada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then, proceed to train the scraper by adding some page and the data you expect
4646
to scrape from there (note that all keys and values in the data you pass must
4747
be strings)::
4848

49-
>>> url1 = 'http://pypi.python.org/pypi/w3lib'
49+
>>> url1 = 'http://pypi.python.org/pypi/w3lib/1.1'
5050
>>> data = {'name': 'w3lib 1.1', 'author': 'Scrapy project', 'description': 'Library of web-related functions'}
5151
>>> s.train(url1, data)
5252

0 commit comments

Comments
 (0)