diff options
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) |