Skip to content

Commit 53e7a36

Browse files
authored
Merge pull request #289 from ex-nerd/patch-1
Correct `i.e.` to `e.g.`
2 parents f96f8e1 + c80c78b commit 53e7a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Accessing protected resources using requests_oauthlib is as simple as:
2222
>>> r = twitter.get(url)
2323
2424
Before accessing resources you will need to obtain a few credentials from your
25-
provider (i.e. Twitter) and authorization from the user for whom you wish to
25+
provider (e.g. Twitter) and authorization from the user for whom you wish to
2626
retrieve resources for. You can read all about this in the full
2727
`OAuth 1 workflow guide on RTD <http://requests-oauthlib.readthedocs.org/en/latest/oauth1_workflow.html>`_.
2828

@@ -35,7 +35,7 @@ flow.
3535

3636
Fetching a protected resource after obtaining an access token can be extremely
3737
simple. However, before accessing resources you will need to obtain a few
38-
credentials from your provider (i.e. Google) and authorization from the user
38+
credentials from your provider (e.g. Google) and authorization from the user
3939
for whom you wish to retrieve resources for. You can read all about this in the
4040
full `OAuth 2 workflow guide on RTD <http://requests-oauthlib.readthedocs.org/en/latest/oauth2_workflow.html>`_.
4141

0 commit comments

Comments
 (0)