From b0727c90fa2a99584950de6896afd7edb1e0e7e1 Mon Sep 17 00:00:00 2001 From: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:22:48 -0300 Subject: [PATCH] docs: quote pip extras install examples --- docs/intro/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 8cef04ff1..452a9d733 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -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 `_.