mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Fixed misspelled remark in comments.
This commit is contained in:
parent
3221a088ab
commit
62be5470b3
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user