Skip to content

Commit

Permalink
Merge pull request requests#289 from ex-nerd/patch-1
Browse files Browse the repository at this point in the history
Correct `i.e.` to `e.g.`
  • Loading branch information
Lukasa authored Sep 21, 2017
2 parents f96f8e1 + c80c78b commit 53e7a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://requests-oauthlib.readthedocs.org/en/latest/oauth1_workflow.html>`_.

Expand All @@ -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 <http://requests-oauthlib.readthedocs.org/en/latest/oauth2_workflow.html>`_.

Expand Down

0 comments on commit 53e7a36

Please sign in to comment.