From 447b3d9d8133da0448cba871314df01887b645d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 25 Sep 2019 11:13:37 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20documentation=20typo:=20accesible=20?= =?UTF-8?q?=E2=86=92=20accessible=20(#4033)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scrapy/utils/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/utils/request.py b/scrapy/utils/request.py index 50bc3cb1e..9c143b83a 100644 --- a/scrapy/utils/request.py +++ b/scrapy/utils/request.py @@ -30,7 +30,7 @@ def request_fingerprint(request, include_headers=None): and are equivalent (ie. they should return the same response). Another example are cookies used to store session ids. Suppose the - following page is only accesible to authenticated users: + following page is only accessible to authenticated users: http://www.example.com/members/offers.html