From 0c373ece2aa5dba55e7335a3c20b9fa8d7689e96 Mon Sep 17 00:00:00 2001 From: Luke Hutscal Date: Tue, 16 May 2017 15:01:25 -0400 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 856d1c68..1ea47d71 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Pipenv automatically creates and manages the virtualenvs of your projects, as we The propblems that Pipenv seeks to solve are multi-faceted: -- When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` seperately. They work together. +- When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` separately. They work together. - Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases.