diff --git a/docs/user/install.rst b/docs/user/install.rst
index 73e69f29..6cd6d655 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -17,7 +17,7 @@ To install Requests, simply run this simple command in your terminal of choice::
$ pipenv install requests
-If you don't have `pipenv `_ installed (tisk tisk!), head over to the Pipenv website for installation instructions. Or, if you prefer to just use pip and don't have it installed,
+If you don't have `pipenv `_ installed (tisk tisk!), head over to the Pipenv website for installation instructions. Or, if you prefer to just use pip and don't have it installed,
`this Python installation guide `_
can guide you through the process.