diff --git a/docs/user/install.rst b/docs/user/install.rst
index bc32244f..73e69f29 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -18,7 +18,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,
-`this Python installation guide `_
+`this Python installation guide `_
can guide you through the process.
Get the Source Code