From cd5beed8d75d9ed7cc0b5b7e62e60d53da37e33a Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 20 Apr 2020 23:28:33 +0200 Subject: [PATCH] Fixed typos and docstring style --- evennia/utils/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/utils/create.py b/evennia/utils/create.py index dbf19f0332..182a1e4ba3 100644 --- a/evennia/utils/create.py +++ b/evennia/utils/create.py @@ -502,7 +502,7 @@ def create_account( errors to. If not given, errors will be logged. Returns: - (object) The acount object of the new account. + Account: The newly created Account. Raises: ValueError: If `key` already exists in database.