diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-01 07:43:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 07:43:50 -0400 |
commit | 80950bfa4216ed20df5d63f1ebe63bac5b3746b4 (patch) | |
tree | 9afcdb8f794674a3365e23b1a32eda8104f5132e /examples/async_printing.py | |
parent | ab64843f638be59f252197f24e38819821b02490 (diff) | |
parent | ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42 (diff) | |
download | cmd2-git-80950bfa4216ed20df5d63f1ebe63bac5b3746b4.tar.gz |
Merge pull request #708 from python-cmd2/colorama_encapsulation
Encapsulate all usage of colorama within ansi.py
Diffstat (limited to 'examples/async_printing.py')
-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" ] |