Skip to content

Commit 17e0834

Browse files
committed
Fix typo in Django integration docs
Replace Flask decorator with Django decorator
1 parent 5d8c404 commit 17e0834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/django.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Use `DjangoOpenAPIViewDecorator` with the OpenAPI object to create the decorator
6666
``` python hl_lines="1 3 6"
6767
from openapi_core.contrib.django.decorators import DjangoOpenAPIViewDecorator
6868

69-
openapi_validated = FlaskOpenAPIViewDecorator(openapi)
69+
openapi_validated = DjangoOpenAPIViewDecorator(openapi)
7070

7171

7272
@openapi_validated

0 commit comments

Comments
 (0)