aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/generics.py
diff options
context:
space:
mode:
authorOmer Katz2013-02-25 16:44:44 +0300
committerOmer Katz2013-02-25 16:44:44 +0300
commitcc13e95d5ef929644d7cccf55805313d14c3378b (patch)
treed7ee109300597755fcf09d893a39a63f5ec11abc /rest_framework/tests/generics.py
parent8d806d0cef96bf10ea5c6a998fd83542697438a6 (diff)
downloaddjango-rest-framework-cc13e95d5ef929644d7cccf55805313d14c3378b.tar.bz2
Fixed misspelled remark in comments.
Diffstat (limited to 'rest_framework/tests/generics.py')
-rw-r--r--rest_framework/tests/generics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py
index f2093b86..3c85bca4 100644
--- a/rest_framework/tests/generics.py
+++ b/rest_framework/tests/generics.py
@@ -344,7 +344,7 @@ class ExampleView(generics.ListCreateAPIView):
class TestM2MBrowseableAPI(TestCase):
def test_m2m_in_browseable_api(self):
"""
- Test for particularly ugly reression with m2m in browseable API
+ Test for particularly ugly regression with m2m in browseable API
"""
request = factory.get('/', HTTP_ACCEPT='text/html')
view = ExampleView().as_view()