diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-01 01:22:03 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-01 01:22:03 -0400 |
commit | ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42 (patch) | |
tree | 9afcdb8f794674a3365e23b1a32eda8104f5132e /examples | |
parent | 031f2626e63708e4a7334826167a97d56fa29fdb (diff) | |
download | cmd2-git-ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42.tar.gz |
Whitespace and doc fixes
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/async_printing.py | 2 |
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" ] |