Merge pull request #2086 from trhr/typos

Typo
This commit is contained in:
Griatch 2020-04-09 08:38:28 +02:00 committed by GitHub
commit 8d3253b966
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Typeclass for Account objects
Note that this object is primarily intended to
store OOC information, not game info! This
object represents the actual user (not their
character) and has NO actual precence in the
character) and has NO actual presence in the
game world (this is handled by the associated
character object, so you should customize that
instead for most things).

View file

@ -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",