From 893fb6e267f9425f7c578dc181d0791b0351d1a4 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Thu, 31 Jul 2025 19:21:33 +0200 Subject: [PATCH] fix typo in docs Change-Id: I327961111c4f785a1a21dfabbf620f9f8f8f5d90 --- doc/build/faq/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/faq/installation.rst b/doc/build/faq/installation.rst index 52752648d0..51491cd29d 100644 --- a/doc/build/faq/installation.rst +++ b/doc/build/faq/installation.rst @@ -12,7 +12,7 @@ I'm getting an error about greenlet not being installed when I try to use asynci ---------------------------------------------------------------------------------- The ``greenlet`` dependency is not install by default in the 2.1 series. -To install including ``greenlet``, you need toadd the ``asyncio`` +To install including ``greenlet``, you need to add the ``asyncio`` `setuptools extra `_ to the ``pip install`` command: -- 2.47.2