From 98f333624186303294ebb3139bf0f243e355789a Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 20 Feb 2024 12:04:28 -0500 Subject: [PATCH] Fix formatting --- docs/customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.rst b/docs/customization.rst index c4ac6064..d6115dec 100644 --- a/docs/customization.rst +++ b/docs/customization.rst @@ -74,7 +74,7 @@ discovered in the introspection. class XViewset(mixins.ListModelMixin, viewsets.GenericViewSet): ... - This also supports annotating extra user-defined DRF ``@actions`` + This also supports annotating extra user-defined DRF ``@action``s .. code-block:: python