We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cb2523 + 316526d commit 4991e4dCopy full SHA for 4991e4d
docs/api-guide/schemas.md
@@ -51,7 +51,7 @@ To route a `SchemaView`, use the `get_schema_view()` helper.
51
In `urls.py`:
52
53
```python
54
-from rest_framework.schemas import get_schema_view()
+from rest_framework.schemas import get_schema_view
55
56
urlpatterns = [
57
# ...
docs/community/3.10-announcement.md
@@ -67,7 +67,7 @@ shortcut.
67
In your `urls.py`:
68
69
70
71
72
73
0 commit comments