diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-16 10:46:46 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-16 10:46:46 -0500 |
commit | fa2de84eacefe2d1eef969fa3e4de70df176c758 (patch) | |
tree | 19a89aa2cbf1cf75258fcfc334194a11871590ff | |
parent | 37b8bcad1dada15d91704f1195920fd59bbdd7d1 (diff) | |
download | cmd2-git-fa2de84eacefe2d1eef969fa3e4de70df176c758.tar.gz |
Updating some doc text
-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 |