Commit 1f2e2dea by Vašek Dohnal Committed by José Padilla

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

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