mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
Fixed misspelled remark.
This commit is contained in:
parent
978b5d472c
commit
cd96048648
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user