From c80c78b212a32e9a3e2ae7d9d174b2b51de48820 Mon Sep 17 00:00:00 2001 From: Chris Petersen Date: Wed, 20 Sep 2017 21:30:13 -0700 Subject: [PATCH] Correct `i.e.` to `e.g.` Basically, `i.e.` means "in other words", and `e.g.` means "for example". Since Google and Twitter are not the only possible options in the two cases, "for example" is the correct usage. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e11090ae..c470b64b 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Accessing protected resources using requests_oauthlib is as simple as: >>> r = twitter.get(url) Before accessing resources you will need to obtain a few credentials from your -provider (i.e. Twitter) and authorization from the user for whom you wish to +provider (e.g. Twitter) and authorization from the user for whom you wish to retrieve resources for. You can read all about this in the full `OAuth 1 workflow guide on RTD `_. @@ -35,7 +35,7 @@ flow. Fetching a protected resource after obtaining an access token can be extremely simple. However, before accessing resources you will need to obtain a few -credentials from your provider (i.e. Google) and authorization from the user +credentials from your provider (e.g. Google) and authorization from the user for whom you wish to retrieve resources for. You can read all about this in the full `OAuth 2 workflow guide on RTD `_.