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

This commit is contained in:
nacknime 2021-01-22 09:49:46 +02:00 committed by GitHub
parent 1349554dfd
commit adba85c4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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