summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bartelmess <thomas@bartelmess.io>2016-04-13 15:15:37 -0400
committerThomas Bartelmess <thomas@bartelmess.io>2016-04-13 15:15:37 -0400
commit22a5747998c3e359ac5186426045a1696e228f8c (patch)
tree7587bffcb12bf49bdbff2f5a099cf03d1332f93d
parent8d35dc007fea413b37ec96e90a6380746ec39773 (diff)
downloadoauthlib-22a5747998c3e359ac5186426045a1696e228f8c.tar.gz
access -> accessed
-rw-r--r--docs/oauth2/server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/server.rst b/docs/oauth2/server.rst
index 182e174..9d6b502 100644
--- a/docs/oauth2/server.rst
+++ b/docs/oauth2/server.rst
@@ -33,7 +33,7 @@ translate to other ORMs such as SQLAlchemy and the Appengine Datastore.
User (or Resource Owner)
^^^^^^^^^^^^^^^^^^^^^^^^
-The user of your site which resources might be access by clients upon
+The user of your site which resources might be accessed by clients upon
authorization from the user. In our example we will re-use the User
model provided in django.contrib.auth.models. How the user authenticates
is orthogonal from OAuth and may be any way you prefer::