From 82081a4e32a1cf704274e072a0f292e4ff82b965 Mon Sep 17 00:00:00 2001 From: Shimbo Takaaki Date: Mon, 26 Nov 2018 00:15:05 +0900 Subject: [PATCH] Fix typo in generators.py --- rest_framework/schemas/generators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/schemas/generators.py b/rest_framework/schemas/generators.py index c5bda1f1f..db226a6c1 100644 --- a/rest_framework/schemas/generators.py +++ b/rest_framework/schemas/generators.py @@ -57,7 +57,7 @@ Schema Naming Collision. coreapi.Link for URL path {value_url} cannot be inserted into schema. Position conflicts with coreapi.Link for URL path {target_url}. -Attemped to insert link with keys: {keys}. +Attempted to insert link with keys: {keys}. Adjust URLs to avoid naming collision or override `SchemaGenerator.get_keys()` to customise schema structure.