Update authentication.md

This commit is contained in:
Kenneth Schnall 2016-07-07 15:02:26 -04:00 committed by Ken Schnall
parent 51b1dc1e42
commit 8aef7500e7

View File

@ -44,7 +44,7 @@ The default authentication schemes may be set globally, using the `DEFAULT_AUTHE
}
You can also set the authentication scheme on a per-view or per-viewset basis,
using the `APIView` class based views.
using the `APIView` class-based views.
from rest_framework.authentication import SessionAuthentication, BasicAuthentication
from rest_framework.permissions import IsAuthenticated