From: Federico Caselli Date: Thu, 31 Jul 2025 17:21:33 +0000 (+0200) Subject: fix typo in docs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in docs Change-Id: I327961111c4f785a1a21dfabbf620f9f8f8f5d90 --- 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: