mirror of https://github.com/scrapy/scrapy.git
spelling: freshness
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
581eb2d1b4
commit
e6ebadcd54
|
|
@ -190,7 +190,7 @@ class RFC2616Policy:
|
|||
if response.status in (300, 301, 308):
|
||||
return self.MAXAGE
|
||||
|
||||
# Insufficient information to compute fresshness lifetime
|
||||
# Insufficient information to compute freshness lifetime
|
||||
return 0
|
||||
|
||||
def _compute_current_age(self, response, request, now):
|
||||
|
|
|
|||
Loading…
Reference in New Issue