From 8f2a936c47daeb6d7e9642d71def3ca6963741d0 Mon Sep 17 00:00:00 2001 From: Taylor Barnett Date: Wed, 19 Nov 2014 18:18:54 -0600 Subject: [PATCH] Title style fix in linux.rst --- docs/starting/install/linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index 5a770b1..a742675 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -46,7 +46,7 @@ To install pip, simply open a command prompt and run 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