@@ -146,19 +146,20 @@ The output methods in the previous section all honor the ``colors`` setting,
146146which has three possible values:
147147
148148Never
149- poutput() and pfeedback () strip all ANSI escape sequences
149+ poutput(), pfeedback(), and ppaged () strip all ANSI escape sequences
150150 which instruct the terminal to colorize output
151151
152152Terminal
153- (the default value) poutput() and pfeedback() do not strip any ANSI escape
154- sequences when the output is a terminal, but if the output is a pipe or a
155- file the escape sequences are stripped. If you want colorized output you
156- must add ANSI escape sequences, preferably using some python color library
157- like `plumbum.colors `, `colorama `, `blessings `, or `termcolor `.
153+ (the default value) poutput(), pfeedback(), and ppaged() do not strip any
154+ ANSI escape sequences when the output is a terminal, but if the output is
155+ a pipe or a file the escape sequences are stripped. If you want colorized
156+ output you must add ANSI escape sequences, preferably using some python
157+ color library like `plumbum.colors `, `colorama `, `blessings `, or
158+ `termcolor `.
158159
159160Always
160- poutput() and pfeedback () never strip ANSI escape sequences, regardless of
161- the output destination
161+ poutput(), pfeedback(), and ppaged () never strip ANSI escape sequences,
162+ regardless of the output destination
162163
163164
164165.. _quiet :
0 commit comments