color: don't mention internal function in docstring

The render_text function actually never existed, the docstring
probably meant the render_effects function instead.
This commit is contained in:
Martin Geisler 2011-03-14 13:54:25 +01:00
parent f881346b4c
commit e450b1ed50

View File

@ -26,8 +26,7 @@ whitespace.
Other effects in addition to color, like bold and underlined text, are
also available. Effects are rendered with the ECMA-48 SGR control
function (aka ANSI escape codes). This module also provides the
render_text function, which can be used to add effects to any text.
function (aka ANSI escape codes).
Default effects may be overridden from your configuration file::