From 4a47fcda37ed937ce3820774bfd9162d419a4e7b Mon Sep 17 00:00:00 2001 From: Lacey Williams Henschel Date: Mon, 23 Oct 2017 11:13:46 -0700 Subject: [PATCH] Correct filename Should this be `urls.py`? I know it's referring to the schema view, but `urlpatterns` are generally in `urls.py`. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f0933d6d..97bcef41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ the schemas section. #### Example -**views.py** +**urls.py** ```python from django.conf.urls import url from rest_framework_swagger.views import get_swagger_view