diff options
| author | Toby Champion | 2013-06-12 13:53:39 -0700 | 
|---|---|---|
| committer | Toby Champion | 2013-06-12 14:51:17 -0700 | 
| commit | 250dfef158b107178ff9bea1743c767af9210d5e (patch) | |
| tree | a9cc1ef576b2d3860a7daa5bb2c9b83073ef035a /docs/index.md | |
| parent | 1cc2a7b25e78fcb41f44dc5b580f0f00a0a6318a (diff) | |
| download | django-rest-framework-250dfef158b107178ff9bea1743c767af9210d5e.tar.bz2 | |
Changes 'python' to 'Python' when used in prose.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/index.md b/docs/index.md index 0fb5706e..b04e2346 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,7 +43,7 @@ The following packages are optional:  * [django-oauth-plus][django-oauth-plus] (2.0+) and [oauth2][oauth2] (1.5.211+) - OAuth 1.0a support.  * [django-oauth2-provider][django-oauth2-provider] (0.2.3+) - OAuth 2.0 support. -**Note**: The `oauth2` python package is badly misnamed, and actually provides OAuth 1.0a support.  Also note that packages required for both OAuth 1.0a, and OAuth 2.0 are not yet Python 3 compatible. +**Note**: The `oauth2` Python package is badly misnamed, and actually provides OAuth 1.0a support.  Also note that packages required for both OAuth 1.0a, and OAuth 2.0 are not yet Python 3 compatible.  ## Installation | 
