Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix simple typo, attibutes -> attributes #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Fix simple typo, attibutes -> attributes
There is a small typo in rest_framework_docs/api_endpoint.py.

Should read `attributes` rather than `attibutes`.
timgates42 committed Mar 9, 2020
commit cc806568bdfe6e44f05e7104784407ba4fa5a9e2
2 changes: 1 addition & 1 deletion rest_framework_docs/api_endpoint.py
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ def __get_serializer_fields__(self, serializer):
"to_many_relation": to_many_relation
})
# FIXME:
# Show more attibutes of `field`?
# Show more attributes of `field`?

return fields