From a019e096401c23bc1d84b767a8ad435f0dd8c229 Mon Sep 17 00:00:00 2001 From: nacknime-official Date: Wed, 13 Jan 2021 17:36:31 +0200 Subject: [PATCH] docs(install): typo "form" -> "from" --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 74c12865..4eaa351f 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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