Wrap long lines in the authentication documentation
authorDavid Pursehouse <david.pursehouse@gmail.com>
Mon, 22 Jul 2013 00:08:47 +0000 (09:08 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Mon, 22 Jul 2013 00:08:47 +0000 (09:08 +0900)
docs/user/authentication.rst

index 4b29007cb5f54b2dc105332c3e3f68700ba9b32f..7f62da6cf5a40691cefd3ba2e0e02175827d27fc 100644 (file)
@@ -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
     <Response [200]>
 
 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