Skip to content

Commit 37b8bca

Browse files
committed
Updating some doc text
1 parent dcf83a3 commit 37b8bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def __init__(self, completekey: str = 'tab', stdin=None, stdout=None, *,
290290
# The error that prints when a non-existent command is run
291291
self.default_error = "{} is not a recognized command, alias, or macro"
292292

293-
# If non-empty, this contents will be displayed if a broken pipe error occurs
293+
# If non-empty, this string will be displayed if a broken pipe error occurs
294294
self.broken_pipe_warning = ''
295295

296296
# Commands that will run at the beginning of the command loop

docs/features/builtin_commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ within a running application:
2929
.. code-block:: text
3030
3131
(Cmd) set --long
32-
allow_style: Terminal # Allow ANSI escape sequences in output (valid values: Terminal, Always, Never)
32+
allow_style: Terminal # Allow ANSI text style sequences in output (valid values: Terminal, Always, Never)
3333
continuation_prompt: > # On 2nd+ line of input
3434
debug: False # Show full error stack on error
3535
echo: False # Echo command issued into output

0 commit comments

Comments
 (0)