From c5ab9e86bec5077aac112d4bbaa8c07c3867d87b Mon Sep 17 00:00:00 2001 From: Taylor Barnett Date: Mon, 10 Nov 2014 20:01:07 -0600 Subject: [PATCH] Grammar fix --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 04494a3..86b9421 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -16,7 +16,7 @@ virtualenv isolated Python environments. virtualenv creates a folder which contains all the necessary executables to use the packages that a Python project would need. -Install it via pip: +Install virtualenv via pip: .. code-block:: console