mirror of https://github.com/scrapy/scrapy.git
remove a "is"
When I translated in Chinese, I found a needless "is"
This commit is contained in:
parent
6e49c379a8
commit
18f01ea6ec
|
|
@ -657,7 +657,7 @@ SitemapSpider
|
|||
|
||||
.. attribute:: sitemap_follow
|
||||
|
||||
A list of regexes of sitemap that should be followed. This is is only
|
||||
A list of regexes of sitemap that should be followed. This is only
|
||||
for sites that use `Sitemap index files`_ that point to other sitemap
|
||||
files.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue