mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Fix a spacing issue, making flake8 happy again.
This commit is contained in:
parent
da2fb5a7f6
commit
28f7c547b6
|
@ -32,7 +32,7 @@ class TestRecursiveUrlViewSets(TestCase):
|
|||
for route in (('not_dummies',), ('dummy', 'aaaas'), ('dummy', 'bbbbs')):
|
||||
path = "-".join(route)
|
||||
self.assertTrue(
|
||||
re.search(header_re.format(level=1+len(route), path=path, title=route[-1]), self.content),
|
||||
re.search(header_re.format(level=1 + len(route), path=path, title=route[-1]), self.content),
|
||||
'unable to find documentation section for {}'.format(path)
|
||||
)
|
||||
for method in ('read', 'create'):
|
||||
|
|
Loading…
Reference in New Issue
Block a user