From 2726c25e1d41996288134d57d68188ce0a38e329 Mon Sep 17 00:00:00 2001 From: trhr Date: Mon, 6 Apr 2020 01:00:06 -0500 Subject: [PATCH] Typo --- evennia/typeclasses/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/typeclasses/attributes.py b/evennia/typeclasses/attributes.py index 2cb7ac8843..6fb4870dae 100644 --- a/evennia/typeclasses/attributes.py +++ b/evennia/typeclasses/attributes.py @@ -59,7 +59,7 @@ class Attribute(SharedMemoryModel): # Attribute Database Model setup # # These database fields are all set using their corresponding properties, - # named same as the field, but withtout the db_* prefix. + # named same as the field, but without the db_* prefix. db_key = models.CharField("key", max_length=255, db_index=True) db_value = PickledObjectField( "value",