Fixed misspelled remark.

This commit is contained in:
Omer Katz 2013-01-25 10:22:13 +03:00
parent 978b5d472c
commit cd96048648

View File

@ -16,7 +16,7 @@ urlpatterns = patterns('',
class ReverseTests(TestCase): class ReverseTests(TestCase):
""" """
Tests for fully qualifed URLs when using `reverse`. Tests for fully qualified URLs when using `reverse`.
""" """
urls = 'rest_framework.tests.reverse' urls = 'rest_framework.tests.reverse'