aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
diff options
context:
space:
mode:
authoringlesp2013-06-12 20:00:33 +0200
committeringlesp2013-06-12 20:00:33 +0200
commitb1847412b57b4bc7db39739e0c7c0e8469d3bb48 (patch)
treee015c6454b9252d56cd0f56151ef4e4204d0b402 /rest_framework/generics.py
parent5d0aeef69ecec70242513195c19edcb622e14371 (diff)
downloaddjango-rest-framework-b1847412b57b4bc7db39739e0c7c0e8469d3bb48.tar.bz2
Typo
Diffstat (limited to 'rest_framework/generics.py')
-rw-r--r--rest_framework/generics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/generics.py b/rest_framework/generics.py
index 80efad01..99e9782e 100644
--- a/rest_framework/generics.py
+++ b/rest_framework/generics.py
@@ -212,7 +212,7 @@ class GenericAPIView(views.APIView):
You may want to override this if you need to provide different
serializations depending on the incoming request.
- (Eg. admins get full serialization, others get basic serilization)
+ (Eg. admins get full serialization, others get basic serialization)
"""
serializer_class = self.serializer_class
if serializer_class is not None: