From 1cd8fd2e82170dc10d20d9000a36429dbb08a39f Mon Sep 17 00:00:00 2001 From: Chong Guo Date: Mon, 9 Oct 2017 14:23:43 -0700 Subject: [PATCH] fixed typo --- docs/starting/install3/linux.rst | 2 +- docs/starting/install3/osx.rst | 2 +- docs/starting/install3/win.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/starting/install3/linux.rst b/docs/starting/install3/linux.rst index 3d0a38636..8df9d9dd9 100644 --- a/docs/starting/install3/linux.rst +++ b/docs/starting/install3/linux.rst @@ -92,7 +92,7 @@ care about that. Pipenv & Virtual Environments ----------------------------- -The next step it to install Pipenv, so you can install dependencies and manage virtual environments. +The next step is to install Pipenv, so you can install dependencies and manage virtual environments. A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the diff --git a/docs/starting/install3/osx.rst b/docs/starting/install3/osx.rst index 55575006d..ed669ba03 100644 --- a/docs/starting/install3/osx.rst +++ b/docs/starting/install3/osx.rst @@ -106,7 +106,7 @@ If the Homebrew version of Python 3 is installed then ``pip3`` will point to Pyt Pipenv & Virtual Environments ----------------------------- -The next step it to install Pipenv, so you can install dependencies and manage virtual environments. +The next step is to install Pipenv, so you can install dependencies and manage virtual environments. A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index 7e9fb8c31..39acfb592 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -87,7 +87,7 @@ To install pip, run the Python script available here: Pipenv & Virtual Environments ----------------------------- -The next step it to install Pipenv, so you can install dependencies and manage virtual environments. +The next step is to install Pipenv, so you can install dependencies and manage virtual environments. A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them. It solves the