From: David Pursehouse Date: Mon, 22 Jul 2013 00:08:47 +0000 (+0900) Subject: Wrap long lines in the authentication documentation X-Git-Tag: 2.0~15^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cdcf58b3b57a9407af8280a9ab14f63742e339c;p=services%2Fpython-requests.git Wrap long lines in the authentication documentation --- diff --git a/docs/user/authentication.rst b/docs/user/authentication.rst index 4b29007..7f62da6 100644 --- a/docs/user/authentication.rst +++ b/docs/user/authentication.rst @@ -58,7 +58,8 @@ and Requests supports this out of the box as well:: OAuth 1 Authentication ---------------------- -A common form of authentication for several web APIs is OAuth. The ``requests-oauthlib`` library allows Requests users to easily make OAuth authenticated requests:: +A common form of authentication for several web APIs is OAuth. The ``requests-oauthlib`` +library allows Requests users to easily make OAuth authenticated requests:: >>> import requests >>> from requests_oauthlib import OAuth1 @@ -71,7 +72,8 @@ A common form of authentication for several web APIs is OAuth. The ``requests-oa For more information on how to OAuth flow works, please see the official `OAuth`_ website. -For examples and documentation on requests-oauthlib, please see the `requests_oauthlib`_ repository on GitHub +For examples and documentation on requests-oauthlib, please see the `requests_oauthlib`_ +repository on GitHub Other Authentication