mirror of https://github.com/scrapy/scrapy.git
Correct some typos
This won't be an issue if **your** spider doesn't rely on cookies.
This commit is contained in:
parent
1278e76d90
commit
eff96038c7
|
|
@ -65,7 +65,7 @@ Cookies expiration
|
|||
------------------
|
||||
|
||||
Cookies may expire. So, if you don't resume your spider quickly the requests
|
||||
scheduled may no longer work. This won't be an issue if you spider doesn't rely
|
||||
scheduled may no longer work. This won't be an issue if your spider doesn't rely
|
||||
on cookies.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue