aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/tests/serializer.py')
-rw-r--r--djangorestframework/tests/serializer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/serializer.py b/djangorestframework/tests/serializer.py
index 5f42e7e2..8e370fa1 100644
--- a/djangorestframework/tests/serializer.py
+++ b/djangorestframework/tests/serializer.py
@@ -7,7 +7,7 @@ from django.db import models
import datetime
import decimal
-class TestObjectToData(TestCase):
+class TestObjectToData(TestCase):
"""
Tests for the Serializer class.
"""