From: Kenneth Reitz Date: Fri, 12 Oct 2012 23:46:46 +0000 (+0100) Subject: typo all the things X-Git-Tag: v0.14.2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9840966d7203f0301fa3fdd3b525b191321b70dd;p=services%2Fpython-requests.git typo all the things --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index b73f296..159d651 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -374,9 +374,7 @@ OAuth Authentication Requests features robust, built-in OAuth support! -OAuth takes many forms, so let's take a look at a few - -:: +OAuth takes many forms, so let's take a look at a few different forms:: import requests from requests.auth import OAuth1