From 7bcb49e92e4524768c2091f9a16782d43cca3aa0 Mon Sep 17 00:00:00 2001 From: Sandeep Pathivada Date: Thu, 8 Jun 2017 14:50:56 +0530 Subject: [PATCH] typo fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1ea47d71..a56323a5 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Pipenv automatically creates and manages the virtualenvs of your projects, as we .. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif -The propblems that Pipenv seeks to solve are multi-faceted: +The problems that Pipenv seeks to solve are multi-faceted: - 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.