1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-13 20:33:48 +03:00

Merge pull request from ryankask/doc-duplicate-fix

Remove pass statement before docstring.
This commit is contained in:
Stephan Groß 2013-06-07 06:15:16 -07:00
commit 75e3cbc903

View File

@ -209,8 +209,6 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope
mixins.ListMixin,
mixins.RetrieveMixin,
viewsets.GenericViewSet):
pass
"""
A viewset that provides `retrieve`, `update`, and `list` actions.