Fixed typo in docs/Documenting your API (#5316)

This commit is contained in:
Vašek Dohnal 2017-08-08 16:01:19 +02:00 committed by José Padilla
parent 26ebb88306
commit 1f2e2dea96

View File

@ -42,7 +42,7 @@ For example:
class UserList(generics.ListAPIView):
"""
Return a list of all the existing users.
""""
"""
If a view supports multiple methods, you should split your documentation using `method:` style delimiters.