mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Fixed misspelled remark.
This commit is contained in:
parent
5db882f337
commit
ac537b909f
|
@ -42,7 +42,7 @@ class SlugBasedInstanceView(InstanceView):
|
|||
class TestRootView(TestCase):
|
||||
def setUp(self):
|
||||
"""
|
||||
Create 3 BasicModel intances.
|
||||
Create 3 BasicModel instances.
|
||||
"""
|
||||
items = ['foo', 'bar', 'baz']
|
||||
for item in items:
|
||||
|
|
Loading…
Reference in New Issue
Block a user