mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Make minor docstring indent fix.
This commit is contained in:
parent
5fa084c976
commit
35db4bf301
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ def _msg_err(receiver, stringtuple):
|
|||
Args:
|
||||
receiver (Object): object to get the error message.
|
||||
stringtuple (tuple): tuple with two strings - one for the
|
||||
_IN_GAME_ERRORS mode (with the traceback) and one with the
|
||||
production string (with a timestamp) to be shown to the user.
|
||||
_IN_GAME_ERRORS mode (with the traceback) and one with the
|
||||
production string (with a timestamp) to be shown to the user.
|
||||
|
||||
"""
|
||||
string = "{traceback}\n{errmsg}\n(Traceback was logged {timestamp})."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue