Update manager.py

Fixing a typo.
This commit is contained in:
homeofpoe 2022-10-20 11:22:30 -07:00 committed by GitHub
parent f2f0ec3c55
commit 0c1b2e894a

View file

@ -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])`