summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-01-16 10:46:46 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-01-16 10:46:46 -0500
commitfa2de84eacefe2d1eef969fa3e4de70df176c758 (patch)
tree19a89aa2cbf1cf75258fcfc334194a11871590ff
parent37b8bcad1dada15d91704f1195920fd59bbdd7d1 (diff)
downloadcmd2-git-fa2de84eacefe2d1eef969fa3e4de70df176c758.tar.gz
Updating some doc text
-rw-r--r--docs/features/generating_output.rst4
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