Skip to content

Commit 1f2e2de

Browse files
illagrenanjpadilla
authored andcommitted
Fixed typo in docs/Documenting your API (#5316)
1 parent 26ebb88 commit 1f2e2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/documenting-your-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For example:
4242
class UserList(generics.ListAPIView):
4343
"""
4444
Return a list of all the existing users.
45-
""""
45+
"""
4646

4747
If a view supports multiple methods, you should split your documentation using `method:` style delimiters.
4848

0 commit comments

Comments
 (0)