docs(install): typo "form" -> "from"

This commit is contained in:
nacknime-official 2021-01-13 17:36:31 +02:00
parent 1349554dfd
commit a019e09640

View file

@ -32,7 +32,7 @@ From sources
$ cd aiogram
$ python setup.py install
Or if you want to install stable version (The same with version form PyPi):
Or if you want to install stable version (The same with version from PyPi):
.. code-block:: bash