From 73f6515252f1fcde6893267b4f44754d0cb0cf6c Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Mon, 15 May 2017 20:53:00 -0600 Subject: [PATCH] small sentance correction --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 72d22c25..5450c3d0 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -135,7 +135,7 @@ This will install both ``pipenv`` and ``pew`` (one of our dependencies) in an is ☤ Environment Management with Pipenv ------------------------------------ -The two primary commands you'll use in managing your pipenv environment are +The three primary commands you'll use in managing your pipenv environment are ``$ pipenv install``, ``$ pipenv uninstall``, and ``$ pipenv lock``. .. _pipenv_install