Fixed trunkated docstring in evtable. Resolves #686.

This commit is contained in:
Griatch 2015-03-05 17:16:26 +01:00
parent 9d6b4bd545
commit 17400ede6b

View file

@ -97,7 +97,9 @@ ANSI-coloured string types.
When a cell is auto-wrapped across multiple lines, ANSI-reset 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 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 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 #from textwrap import wrap