Merge remote-tracking branch 'origin/master' into crawler-process-reactor-later

This commit is contained in:
Andrey Rakhmatullin 2021-12-31 15:46:25 +05:00
commit 0e78b68650
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def feed_process_params_from_cli(settings, output, output_format=None,
message = (
'The -t command line option is deprecated in favor of '
'specifying the output format within the output URI. See the '
'documentation of the -o and -O options for more information.',
'documentation of the -o and -O options for more information.'
)
warnings.warn(message, ScrapyDeprecationWarning, stacklevel=2)
return {output[0]: {'format': output_format}}