Fixed misspelled remark in comments.

This commit is contained in:
Omer Katz 2013-02-25 16:48:21 +03:00
parent 3221a088ab
commit 62be5470b3

View File

@ -17,7 +17,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'