Merge pull request #519 from pulpe/doc-fix

little correction of curl in docs
This commit is contained in:
Kenneth Reitz
2012-03-30 19:58:38 -07:00
+2 -2
View File
@@ -43,11 +43,11 @@ You can either clone the public repository::
Download the `tarball <https://github.com/kennethreitz/requests/tarball/master>`_::
$ curl -O https://github.com/kennethreitz/requests/tarball/master
$ curl -OL https://github.com/kennethreitz/requests/tarball/master
Or, download the `zipball <https://github.com/kennethreitz/requests/zipball/master>`_::
$ curl -O https://github.com/kennethreitz/requests/zipball/master
$ curl -OL https://github.com/kennethreitz/requests/zipball/master
Once you have a copy of the source, you can embed it in your Python package,