summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-02-06 03:48:14 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-02-06 03:48:14 -0500
commit7d93134ff806a1adb2af55343dc69dcddb4c110c (patch)
tree3d1d02e52524cf64122786145253aac219dd397a /examples
parentc7f7757dbd5279d30318a3fe30e1f0bf7d415901 (diff)
downloadcmd2-git-7d93134ff806a1adb2af55343dc69dcddb4c110c.tar.gz
Fixed comment
Diffstat (limited to 'examples')
-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 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)