diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/generating_output.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/generating_output.rst b/docs/features/generating_output.rst index 09673214..2c110ea2 100644 --- a/docs/features/generating_output.rst +++ b/docs/features/generating_output.rst @@ -118,8 +118,8 @@ terminal. ``cmd2`` imports and uses Colorama and provides a number of convenience methods for generating colorized output, measuring the screen width of colorized -output, setting the window title in the terminal, and removing ANSI escape -codes from a string. These functions are all documentated in +output, setting the window title in the terminal, and removing ANSI text style +escape codes from a string. These functions are all documentated in :mod:`cmd2.ansi`. After adding the desired escape sequences to your output, you should use one of |