From adba85c4bea392ea059d31d888b90518c5f030c8 Mon Sep 17 00:00:00 2001 From: nacknime <34421603+nacknime-official@users.noreply.github.com> Date: Fri, 22 Jan 2021 09:49:46 +0200 Subject: [PATCH] docs(install): typo "form" -> "from" (#498) --- 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