We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0093ee4 commit d72ada3Copy full SHA for d72ada3
README.rst
@@ -46,7 +46,7 @@ Then, proceed to train the scraper by adding some page and the data you expect
46
to scrape from there (note that all keys and values in the data you pass must
47
be strings)::
48
49
- >>> url1 = 'http://pypi.python.org/pypi/w3lib'
+ >>> url1 = 'http://pypi.python.org/pypi/w3lib/1.1'
50
>>> data = {'name': 'w3lib 1.1', 'author': 'Scrapy project', 'description': 'Library of web-related functions'}
51
>>> s.train(url1, data)
52
0 commit comments