From 9c7df812c40018682dd389995bae32a8db747d61 Mon Sep 17 00:00:00 2001 From: Taylor Barnett Date: Wed, 19 Nov 2014 18:19:51 -0600 Subject: [PATCH] Title style fix in win.rst --- docs/starting/install/win.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index b6b1356..c70fc78 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -67,7 +67,7 @@ To install pip, run the Python script available here: 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