Skip to content

Commit cc02d1c

Browse files
author
Nils Diefenbach
authored
Fixing typos
no more bellowing required by reader.
1 parent 3b59736 commit cc02d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/starting/install3/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ command is meant for Python 2, while the ``pip3`` command is meant for Python 3.
8585
8686
$ command -v pip3
8787
88-
However, when using virtual environments (described bellow), you don't need to
88+
However, when using virtual environments (described below), you don't need to
8989
care about that.
9090

9191

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

0 commit comments

Comments
 (0)