From 7d93134ff806a1adb2af55343dc69dcddb4c110c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 6 Feb 2019 03:48:14 -0500 Subject: Fixed comment --- examples/async_printing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/async_printing.py') 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) -- cgit v1.2.1