mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Fixed typo in docs/Documenting your API (#5316)
This commit is contained in:
parent
26ebb88306
commit
1f2e2dea96
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user