Skip to content

Commit 984c0c1

Browse files
authored
Merge pull request scrapy#2884 from iamminji/patch-1
fix typo
2 parents d5f3543 + 1dcea6a commit 984c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scrapy/crawler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, spidercls, settings=None):
4040
handler = LogCounterHandler(self, level=self.settings.get('LOG_LEVEL'))
4141
logging.root.addHandler(handler)
4242
if get_scrapy_root_handler() is not None:
43-
# scrapy root handler alread installed: update it with new settings
43+
# scrapy root handler already installed: update it with new settings
4444
install_scrapy_root_handler(self.settings)
4545
# lambda is assigned to Crawler attribute because this way it is not
4646
# garbage collected after leaving __init__ scope

0 commit comments

Comments
 (0)