mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update manager.py
Fixing a typo.
This commit is contained in:
parent
f2f0ec3c55
commit
0c1b2e894a
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ class AccountDBManager(TypedObjectManager, UserManager):
|
|||
|
||||
Keyword Args:
|
||||
typeclass (str): The typeclass to use for the account.
|
||||
is_superuser (bool): Wether or not this account is to be a superuser
|
||||
is_superuser (bool): Whether or not this account is to be a superuser
|
||||
locks (str): Lockstring.
|
||||
permission (list): List of permission strings.
|
||||
tags (list): List of Tags on form `(key, category[, data])`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue