From cc806568bdfe6e44f05e7104784407ba4fa5a9e2 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 9 Mar 2020 22:21:56 +1100 Subject: [PATCH] docs: Fix simple typo, attibutes -> attributes There is a small typo in rest_framework_docs/api_endpoint.py. Should read `attributes` rather than `attibutes`. --- rest_framework_docs/api_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework_docs/api_endpoint.py b/rest_framework_docs/api_endpoint.py index 953f9a0..0af4bca 100644 --- a/rest_framework_docs/api_endpoint.py +++ b/rest_framework_docs/api_endpoint.py @@ -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