Skip to content

Commit 28e5118

Browse files
authored
Merge pull request realpython#850 from Armour/master
fixed typo
2 parents 65cf3b1 + 1cd8fd2 commit 28e5118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)