Skip to content

Commit 52311f4

Browse files
authored
Merge pull request #1021 from mateocpdev/master
Fix typo in Django integration docs
2 parents bcd720b + 17e0834 commit 52311f4

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)