Title style fix in env.rst

This commit is contained in:
Taylor Barnett
2014-11-19 18:18:08 -06:00
parent 34bfcfc587
commit 17d0f7f005
+1 -1
View File
@@ -219,7 +219,7 @@ Interpreter Tools
Virtual Environments
----------
--------------------
A Virtual Environment is a tool to keep the dependencies required by different projects
in separate places, by creating virtual Python environments for them. It solves the