diff options
author | Xiao Hanyu <xiaohanyu1988@gmail.com> | 2015-12-18 12:40:50 +0800 |
---|---|---|
committer | Xiao Hanyu <xiaohanyu1988@gmail.com> | 2015-12-18 12:40:50 +0800 |
commit | 0cb3857cb5a193489d20a40b480bb142fc8e12ec (patch) | |
tree | fea6ffa1dfa6ee591fc6cd9c7daaa5cc20731866 /README.rst | |
parent | 87621472879b48592106aaf5adef6771e1cc9da9 (diff) | |
download | oauthlib-0cb3857cb5a193489d20a40b480bb142fc8e12ec.tar.gz |
Fix typo in README.rst
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ both of the following: OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object or web framework. Use it to graft OAuth -client support onto your favorite HTTP library, or provider support onto your +client support onto your favorite HTTP library, or provide support onto your favourite web framework. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort. |