From 69fd31d4dec6878c5ff1c64a3f4d1313f54ce9d0 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.