Fixed typo in docs/Documenting your API

This commit is contained in:
Vašek Dohnal 2017-08-08 15:51:26 +02:00 committed by GitHub
parent 26ebb88306
commit da8adea871

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.