summaryrefslogtreecommitdiff
path: root/examples/async_printing.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-01 01:22:03 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-01 01:22:03 -0400
commitef3eb96e99d0a04a2034f7815ed4bbc6d3838a42 (patch)
tree9afcdb8f794674a3365e23b1a32eda8104f5132e /examples/async_printing.py
parent031f2626e63708e4a7334826167a97d56fa29fdb (diff)
downloadcmd2-git-ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42.tar.gz
Whitespace and doc fixes
Diffstat (limited to 'examples/async_printing.py')
-rwxr-xr-xexamples/async_printing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async_printing.py b/examples/async_printing.py
index a9b20408..dd46c75f 100755
--- a/examples/async_printing.py
+++ b/examples/async_printing.py
@@ -19,7 +19,7 @@ ALERTS = ["Watch as this application prints alerts and updates the prompt",
"Keep typing...",
"Move that cursor...",
"Pretty seamless, eh?",
- "Feedback can also be given in the window title. Notice the arg count up there?",
+ "Feedback can also be given in the window title. Notice the alert count up there?",
"You can stop and start the alerts by typing stop_alerts and start_alerts",
"This demo will now continue to print alerts at random intervals"
]