Skip to content

Commit

Permalink
Merge pull request #411 from SmBe19/master
Browse files Browse the repository at this point in the history
Fix typo in oauth.rst
  • Loading branch information
bboe committed May 15, 2015
2 parents 7ffcb63 + f013bc4 commit 922d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/oauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Step 2: Setting up PRAW.
^^^^^^^^^^^^^^^^^^^^^^^^

.. WARNING:: This example, like most of the PRAW examples, binds an instance of
PRAW to the ``r`` varaible. While we've made no distinction before, ``r`` (or
PRAW to the ``r`` variable. While we've made no distinction before, ``r`` (or
any instance of PRAW) should not be bound to a global variable due to the
fact that a single instance of PRAW cannot concurrently manage multiple
distinct user-sessions.
Expand Down

0 comments on commit 922d997

Please sign in to comment.