From 929c16bb1426447cb4377669fcc93993ed9dfe27 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 18 Jul 2020 21:59:31 +0200 Subject: [PATCH] Doc fix in tag docstring. Resolves #2155 --- evennia/typeclasses/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/typeclasses/tags.py b/evennia/typeclasses/tags.py index 2cd4ae027d..23b3f0562f 100644 --- a/evennia/typeclasses/tags.py +++ b/evennia/typeclasses/tags.py @@ -36,7 +36,7 @@ class Tag(models.Model): indexed for efficient lookup in the database. Tags are shared between objects - a new tag is only created if the key+category combination did not previously exist, making them unsuitable for - storing object-related data (for this a full tag should be + storing object-related data (for this a regular Attribute should be used). The 'db_data' field is intended as a documentation field for the