Skip to content

Commit

Permalink
Add missing newline for #444
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Sep 29, 2019
1 parent 97e70d9 commit 99fa7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/custom_spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``,

.. code-block:: python
from drf_yasg.utils import swagger_auto_schema
@swagger_auto_schema(operation_description="partial_update description override", responses={404: 'slug not found'})
Expand Down

0 comments on commit 99fa7c2

Please sign in to comment.