Update scrapy/utils/_compression.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Laerte Pereira 2024-03-06 09:02:01 -03:00 committed by GitHub
parent 7be919138d
commit 99f7165c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ else:
"working in a future version of Scrapy. brotlipy itself is "
"deprecated, it has been superseded by brotlicffi. "
"Please, uninstall brotlipy "
"and install brotli instead. brotlipy has the same import "
"and install brotli or brotlicffi instead. brotlipy has the same import "
"name as brotli, so keeping both installed is strongly "
"discouraged."
),