Skip to content

Commit 91ba68d

Browse files
author
Zearin
committed
dev/env.rst: Un-markup “site-packages”
1 parent caa7ac3 commit 91ba68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ virtualenv
189189
Virtualenv is a tool to keep the dependencies required by different projects
190190
in separate places, by creating virtual Python environments for them.
191191
It solves the "Project X depends on version 1.x but, Project Y needs 4.x"
192-
dilemma, and keeps your global ``site-packages`` directory clean and manageable.
192+
dilemma, and keeps your global site-packages directory clean and manageable.
193193

194194
`virtualenv <http://www.virtualenv.org/en/latest/index.html>`_ creates
195195
a folder which contains all the necessary executables to contain the

0 commit comments

Comments
 (0)