Add missing newline for #444

master
Cristi Vîjdea 2019-09-29 19:08:31 +03:00
parent 97e70d9d16
commit 99fa7c25ca
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ You can use the :func:`@swagger_auto_schema <.swagger_auto_schema>` decorator on
some properties of the generated :class:`.Operation`. For example, in a ``ViewSet``, some properties of the generated :class:`.Operation`. For example, in a ``ViewSet``,
.. code-block:: python .. code-block:: python
from drf_yasg.utils import swagger_auto_schema from drf_yasg.utils import swagger_auto_schema
@swagger_auto_schema(operation_description="partial_update description override", responses={404: 'slug not found'}) @swagger_auto_schema(operation_description="partial_update description override", responses={404: 'slug not found'})