Fix typo in generators.py

This commit is contained in:
Shimbo Takaaki 2018-11-26 00:15:05 +09:00
parent 9b7db8dd69
commit 82081a4e32

View File

@ -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.