Skip to content

Commit 1cd8fd2

Browse files
committed
fixed typo
1 parent 3b59736 commit 1cd8fd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/starting/install3/linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ care about that.
9292
Pipenv & Virtual Environments
9393
-----------------------------
9494

95-
The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
95+
The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
9696

9797
A Virtual Environment is a tool to keep the dependencies required by different projects
9898
in separate places, by creating virtual Python environments for them. It solves the

docs/starting/install3/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If the Homebrew version of Python 3 is installed then ``pip3`` will point to Pyt
106106
Pipenv & Virtual Environments
107107
-----------------------------
108108

109-
The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
109+
The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
110110

111111
A Virtual Environment is a tool to keep the dependencies required by different projects
112112
in separate places, by creating virtual Python environments for them. It solves the

docs/starting/install3/win.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To install pip, run the Python script available here:
8787
Pipenv & Virtual Environments
8888
-----------------------------
8989

90-
The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
90+
The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
9191

9292
A Virtual Environment is a tool to keep the dependencies required by different projects
9393
in separate places, by creating virtual Python environments for them. It solves the

0 commit comments

Comments
 (0)