mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
TYPO IN COMMENTS: withTout
withtout => without
This commit is contained in:
parent
e2bc05585f
commit
040a44c5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class ServerConfig(WeakSharedMemoryModel):
|
|||
#
|
||||
#
|
||||
# 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.
|
||||
|
||||
# main name of the database entry
|
||||
db_key = models.CharField(max_length=64, unique=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue