summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-05-05 09:26:10 -0700
committerIb Lundgren <ib.lundgren@gmail.com>2013-05-05 09:26:10 -0700
commit005e0485cee33c167eb6a03c72b0aa0603b1cd0a (patch)
tree0b7f83155e6434b40a0f7c0b5cd269c22cc08bd5 /oauthlib/oauth1
parent87a6602c7abc0557519d72c8758afff7069985da (diff)
parent536425b37b0e7360ab83d53df8ed54f7254a3a25 (diff)
downloadoauthlib-005e0485cee33c167eb6a03c72b0aa0603b1cd0a.tar.gz
Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502
Fix a copy-paste-o in a link to RFC 3986
Diffstat (limited to 'oauthlib/oauth1')
-rw-r--r--oauthlib/oauth1/rfc5849/signature.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth1/rfc5849/signature.py b/oauthlib/oauth1/rfc5849/signature.py
index 677865c..7225469 100644
--- a/oauthlib/oauth1/rfc5849/signature.py
+++ b/oauthlib/oauth1/rfc5849/signature.py
@@ -131,7 +131,7 @@ def normalize_base_string_uri(uri, host=None):
# are included by constructing an "http" or "https" URI representing
# the request resource (without the query or fragment) as follows:
#
- # .. _`RFC2616`: http://tools.ietf.org/html/rfc3986
+ # .. _`RFC3986`: http://tools.ietf.org/html/rfc3986
if not scheme:
raise ValueError('uri must include a scheme')