Merge pull request #2944 from homeofpoe/patch-3

Update manager.py
This commit is contained in:
Griatch 2022-10-20 20:29:43 +02:00 committed by GitHub
commit 65b40e0aaf

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