docs: use "constructor" for "from_crawler"

Issue #4086
This commit is contained in:
Ammar Najjar 2019-10-22 15:56:46 +02:00
parent 7fba8434f3
commit bf5c1a3dec
No known key found for this signature in database
GPG Key ID: 4E358D38135EE7EA
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class S3FeedStorage(BlockingFeedStorage):
warnings.warn(
"Initialising `scrapy.extensions.feedexport.S3FeedStorage` "
"without AWS keys is deprecated. Please supply credentials or "
"use the `from_crawler()` ``__init__`` method.",
"use the `from_crawler()` constructor.",
category=ScrapyDeprecationWarning,
stacklevel=2
)