Commit e368986f by Xavier Ordoquy

Merge pull request #3043 from accordeiro/accordeiro/docs-typo-fix

Fixed minor typo on viewsets.md
parents 139ba7ad deb2c9eb
......@@ -27,7 +27,7 @@ Let's define a simple viewset that can be used to list or retrieve all the users
class UserViewSet(viewsets.ViewSet):
"""
A simple ViewSet that for listing or retrieving users.
A simple ViewSet for listing or retrieving users.
"""
def list(self, request):
queryset = User.objects.all()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment