From 84114419a0ecbd4433dbb5731e4128280116e376 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 May 2017 23:25:21 -0400 Subject: [PATCH] improve install documentation syntax --- docs/user/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index 96884558..f4699660 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -31,7 +31,7 @@ You can either clone the public repository:: Or, download the `tarball `_:: $ curl -OL https://github.com/requests/requests/tarball/master - # optionally, zipball is also available (for Windows users). + # optionally, zipball is also available (for Windows users). Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily::