Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
oh boy
  • Loading branch information
tfranzel authored Feb 20, 2024
1 parent 270030b commit 03703a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drf_spectacular/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def extend_schema_view(**kwargs) -> Callable[[F], F]:
This decorator also takes care of safely attaching annotations to derived view methods,
preventing leakage into unrelated views.
This decorator also supports custom DRF ``@action``\s with the method name as the key.
This decorator also supports custom DRF ``@action`` with the method name as the key.
:param kwargs: method names as argument names and :func:`@extend_schema <.extend_schema>`
calls as values
Expand Down

0 comments on commit 03703a9

Please sign in to comment.