In the Usage (command line tool) section, after the text "To add a new annotation, you usually test the selection criteria first:"
The command says:
which should be corrected to:
Also in scrapy command line:
prints
ts <template> <text> - test selection text
when it should print:
t <template> <text> - test selection text
Just adding these for the benefit of other who got confused like I did.