mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-17 03:51:03 +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):
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user