diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-02-06 03:48:14 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-02-06 03:48:14 -0500 |
commit | 7d93134ff806a1adb2af55343dc69dcddb4c110c (patch) | |
tree | 3d1d02e52524cf64122786145253aac219dd397a /examples/async_printing.py | |
parent | c7f7757dbd5279d30318a3fe30e1f0bf7d415901 (diff) | |
download | cmd2-git-7d93134ff806a1adb2af55343dc69dcddb4c110c.tar.gz |
Fixed comment
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 a4165ae8..dddbc352 100755 --- a/examples/async_printing.py +++ b/examples/async_printing.py @@ -143,7 +143,7 @@ class AlerterApp(cmd2.Cmd): def _generate_colored_prompt(self) -> str: """ - Randomly generates a colored the prompt + Randomly generates a colored prompt :return: the new prompt """ rand_num = random.randint(1, 20) |