Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit 4a47fcd

Browse files
authored
Correct filename
Should this be `urls.py`? I know it's referring to the schema view, but `urlpatterns` are generally in `urls.py`.
1 parent 71a4cbd commit 4a47fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the schemas section.
3333

3434
#### Example
3535

36-
**views.py**
36+
**urls.py**
3737
```python
3838
from django.conf.urls import url
3939
from rest_framework_swagger.views import get_swagger_view

0 commit comments

Comments
 (0)