Make minor docstring indent fix.

This commit is contained in:
Griatch 2017-06-14 22:07:15 +02:00
parent 5fa084c976
commit 35db4bf301

View file

@ -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})."