We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa7ac3 commit 91ba68dCopy full SHA for 91ba68d
docs/dev/env.rst
@@ -189,7 +189,7 @@ virtualenv
189
Virtualenv is a tool to keep the dependencies required by different projects
190
in separate places, by creating virtual Python environments for them.
191
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.
+dilemma, and keeps your global site-packages directory clean and manageable.
193
194
`virtualenv <http://www.virtualenv.org/en/latest/index.html>`_ creates
195
a folder which contains all the necessary executables to contain the
0 commit comments