From 17d0f7f005d1c2f21b2ab40a393ff8c950c16c46 Mon Sep 17 00:00:00 2001 From: Taylor Barnett Date: Wed, 19 Nov 2014 18:18:08 -0600 Subject: [PATCH] Title style fix in env.rst --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 45724a7..bdee11c 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -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