From e600d7005392426000ac4c4ed5ea9dc84afd7be8 Mon Sep 17 00:00:00 2001 From: Nitin George Cherian Date: Wed, 13 Jan 2021 12:59:24 +0530 Subject: [PATCH] fix grammatical mistake in docs --- docs/source/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index ace65bdb..dc7d49a9 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -20,7 +20,7 @@ Rich requires Python 3.6.1 and above. Note that Python 3.6.0 is *not* supported Installation ------------ -You can install Rich with from PyPi with `pip` or your favorite package manager:: +You can install Rich from PyPi with `pip` or your favorite package manager:: pip install rich