Grammar fix

This commit is contained in:
Taylor Barnett
2014-11-10 20:01:07 -06:00
parent 53865c5ff7
commit c5ab9e86be
+1 -1
View File
@@ -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