Skip to content

Commit cc80656

Browse files
committed
docs: Fix simple typo, attibutes -> attributes
There is a small typo in rest_framework_docs/api_endpoint.py. Should read `attributes` rather than `attibutes`.
1 parent 94571d0 commit cc80656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rest_framework_docs/api_endpoint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def __get_serializer_fields__(self, serializer):
125125
"to_many_relation": to_many_relation
126126
})
127127
# FIXME:
128-
# Show more attibutes of `field`?
128+
# Show more attributes of `field`?
129129

130130
return fields
131131

0 commit comments

Comments
 (0)