Update 'decorators' module docstring

This commit is contained in:
Ryan P Kilby 2019-06-28 14:25:32 -07:00
parent cfd3ea0996
commit 1e9dc8c3a8

View File

@ -3,8 +3,8 @@ The most important decorator in this module is `@api_view`, which is used
for writing function-based views with REST framework.
There are also various decorators for setting the API policies on function
based views, as well as the `@detail_route` and `@list_route` decorators, which are
used to annotate methods on viewsets that should be included by routers.
based views, as well as the `@action` decorator, which is used to annotate
methods on viewsets that should be included by routers.
"""
import types