summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKyle <kyle@gumstix.com>2013-07-19 14:51:21 -0700
committerKyle <kyle@gumstix.com>2013-07-19 15:06:42 -0700
commitb1a902c822c869da8a465e4fe472bd29075fc7a9 (patch)
tree4f7094b676a75de7d40c92c7a41b67b4d441161a /docs
parent967b6c425a7b9572753bf451e1e4b5fe535c2566 (diff)
downloadoauthlib-b1a902c822c869da8a465e4fe472bd29075fc7a9.tar.gz
Made sure all endpoints used the self._create_request() method and referred to request.resource_owner_key instead of request.oauth_token
Diffstat (limited to 'docs')
-rw-r--r--docs/oauth1/server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth1/server.rst b/docs/oauth1/server.rst
index d1616c4..cb00257 100644
--- a/docs/oauth1/server.rst
+++ b/docs/oauth1/server.rst
@@ -66,7 +66,7 @@ The client interested in accessing protected resources.
client_secret = sqlalchemy.Column(sqlalchemy.String)
-**Cient public key**:
+**Client public key**:
Required for RSA-SHA1. The public key used to verify the signature of
requests signed by the clients private key::