From 0c1b2e894a5b3d9b374cb72a4a2000fa110d7cb0 Mon Sep 17 00:00:00 2001 From: homeofpoe <1144217+homeofpoe@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:22:30 -0700 Subject: [PATCH] Update manager.py Fixing a typo. --- evennia/accounts/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/accounts/manager.py b/evennia/accounts/manager.py index 3c60c2e98c..e9759bd8ca 100644 --- a/evennia/accounts/manager.py +++ b/evennia/accounts/manager.py @@ -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])`