diff options
author | Tom Christie <tom@tomchristie.com> | 2013-06-17 15:43:33 +0200 |
---|---|---|
committer | Tom Christie <tom@tomchristie.com> | 2013-06-17 15:43:33 +0200 |
commit | 6c3c6d86cd8d45911e7a5317bd33ce15c69f3e25 (patch) | |
tree | 2bc0ed40c5d2eecac99812c5dd1ce17f4d6584e7 /README.rst | |
parent | b76cabf6248df6d82b904a08d74842395498aa85 (diff) | |
download | oauthlib-6c3c6d86cd8d45911e7a5317bd33ce15c69f3e25.tar.gz |
Typo. `include` -> `includes`
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Which web frameworks are supported? The following packages provide OAuth support using OAuthLib. -- For Django there is `django-oauth-toolkit`_, which include `Django REST framework`_ support. +- For Django there is `django-oauth-toolkit`_, which includes `Django REST framework`_ support. - For Flask there is `flask-oauthlib`_. If you have written an OAuthLib package that supports your favorite framework, |