From 1e09409050f0524c84ef935a74fdf02c345f386b Mon Sep 17 00:00:00 2001 From: Deepak9210048 <72128949+Deepak9210048@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:28:23 +0530 Subject: [PATCH] Update README.rst Tiny grammatical mistake Project..............projects --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 46c866b..6be696c 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ This project provides a best-practices template Python project which integrates several different tools. It saves you work by setting up a number of things, including documentation, code checking, and unit test runners. -As it is an all-in-one solution, the tools used are rather opinionated. They include: +As it is an all-in-one solution, the tools used are rather opinionated. They includes: * Paver_ for running miscellaneous tasks * Setuptools_ for distribution (Setuptools and Distribute_ have merged_) @@ -62,7 +62,7 @@ Instructions #. Replace this ``README`` with your own text. -#. *(Optional, but good practice)* Create a new virtual environment for your project: +#. *(Optional, but good practice)* Create a new virtual environment for your projects: With pyenv_ and pyenv-virtualenv_::