Skip to content

Commit 84b8f1f

Browse files
author
Marcos Dione
committedJan 25, 2017
Typo.
1 parent 5174f68 commit 84b8f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_settings_module(self):
2121

2222
def test_index_view_with_endpoints(self):
2323
"""
24-
Should load the drf focs view with all the endpoints.
24+
Should load the drf docs view with all the endpoints.
2525
NOTE: Views that do **not** inherit from DRF's "APIView" are not included.
2626
"""
2727
response = self.client.get(reverse('drfdocs'))

0 commit comments

Comments
 (0)
Please sign in to comment.