]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in docs main
authorFederico Caselli <cfederico87@gmail.com>
Thu, 31 Jul 2025 17:21:33 +0000 (19:21 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 31 Jul 2025 17:21:33 +0000 (19:21 +0200)
Change-Id: I327961111c4f785a1a21dfabbf620f9f8f8f5d90

doc/build/faq/installation.rst

index 52752648d0ff1ca5ca3477aeb115cb409e1ec82a..51491cd29d90f19fd1fd438ebdebb9e9cc736ba0 100644 (file)
@@ -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 <https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-setuptools-extras>`_
 to the ``pip install`` command: