Update manager.py

Fixing a typo.
This commit is contained in:
homeofpoe 2022-10-20 11:22:30 -07:00 committed by GitHub
parent f64484f6e8
commit 0fc1bf7b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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