mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Typo
This commit is contained in:
parent
95b4c58ecd
commit
2726c25e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue