mirror of https://github.com/scrapy/scrapy.git
Fix typo error
This commit is contained in:
parent
29fc9f3466
commit
2cc26e6f56
|
|
@ -290,7 +290,7 @@ Set operations
|
|||
These can be handy for excluding parts of a document tree before
|
||||
extracting text elements for example.
|
||||
|
||||
Example extracting midrodata (sample content taken from http://schema.org/Product)
|
||||
Example extracting microdata (sample content taken from http://schema.org/Product)
|
||||
with groups of itemscopes and corresponding itemprops::
|
||||
|
||||
>>> doc = """
|
||||
|
|
|
|||
Loading…
Reference in New Issue