Small typo fix

This commit is contained in:
Alex Root Junior 2023-02-12 02:02:42 +02:00
parent 58868ec627
commit 94e11ce8e9
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 1 additions and 4 deletions

View file

@ -77,7 +77,7 @@ After activating the environment install `aiogram` from sources and their depend
.. code-block:: bash
pip install -e ."[dev,test,docs,fast,redis,proxy,i18n]"
pip install -e .[dev,test,docs,fast,redis,proxy,i18n]
It will install :code:`aiogram` in editable mode into your virtual environment and all dependencies.