Fixed typos and docstring style

This commit is contained in:
Griatch 2020-04-20 23:28:33 +02:00
parent 6ffa8c74b7
commit cd5beed8d7

View file

@ -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.