diff options
| author | Omer Katz | 2013-02-25 16:44:44 +0300 | 
|---|---|---|
| committer | Omer Katz | 2013-02-25 16:44:44 +0300 | 
| commit | cc13e95d5ef929644d7cccf55805313d14c3378b (patch) | |
| tree | d7ee109300597755fcf09d893a39a63f5ec11abc | |
| parent | 8d806d0cef96bf10ea5c6a998fd83542697438a6 (diff) | |
| download | django-rest-framework-cc13e95d5ef929644d7cccf55805313d14c3378b.tar.bz2 | |
Fixed misspelled remark in comments.
| -rw-r--r-- | rest_framework/tests/generics.py | 2 | 
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() | 
