Skip to content

Commit 4842992

Browse files
mik-lajp1c2u
andauthored
Update docs/integrations/django.md
Co-authored-by: Artur Maciag <maciag.artur@gmail.com>
1 parent 098c0d1 commit 4842992

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
@@ -87,7 +87,7 @@ openapi_validated = DjangoOpenAPIViewDecorator(
8787

8888
If you want to decorate a class-based view, you can use the `method_decorator` decorator:
8989

90-
``` python hl_lines="2"
90+
``` python hl_lines="3"
9191
from django.utils.decorators import method_decorator
9292

9393
@method_decorator(openapi_validated, name='dispatch')

0 commit comments

Comments
 (0)