From fa2de84eacefe2d1eef969fa3e4de70df176c758 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 16 Jan 2020 10:46:46 -0500 Subject: Updating some doc text --- docs/features/generating_output.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/features') 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 -- cgit v1.2.1