From 17400ede6b57e1373b7b393cc04f4d1d4a2d9d63 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 5 Mar 2015 17:16:26 +0100 Subject: [PATCH] Fixed trunkated docstring in evtable. Resolves #686. --- evennia/utils/evtable.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/evennia/utils/evtable.py b/evennia/utils/evtable.py index 8b88477911..7e6da1a684 100644 --- a/evennia/utils/evtable.py +++ b/evennia/utils/evtable.py @@ -97,7 +97,9 @@ ANSI-coloured string types. When a cell is auto-wrapped across multiple lines, ANSI-reset sequences will be put at the end of each wrapped line. This means that the colour of a wrapped cell will not "bleed", but it also means that -eventual colour outside +eventual colour outside the table will not transfer "across" a table, +you need to re-set the color to have it appear on both sides of the +table string. """ #from textwrap import wrap