Skip to content

Commit 672e56d

Browse files
committed
Fix one missed reference
1 parent ba865d9 commit 672e56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coreapi/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ return the schema.
412412
**urls.py:**
413413

414414
urlpatterns = [
415-
url('/', schema_view),
415+
path('', schema_view),
416416
...
417417
]
418418

0 commit comments

Comments
 (0)