docs: quote pip extras install examples

This commit is contained in:
nyxst4ck 2026-06-23 14:22:48 -03:00
parent b78ab3d6c8
commit b0727c90fa
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ has a version of pyOpenSSL that your version of Twisted does not support.
To install a version of pyOpenSSL that your version of Twisted supports,
reinstall Twisted with the :code:`tls` extra option::
pip install twisted[tls]
pip install 'twisted[tls]'
For details, see `Issue #2473 <https://github.com/scrapy/scrapy/issues/2473>`_.