Skip to content

Commit 7d93134

Browse files
committed
Fixed comment
1 parent c7f7757 commit 7d93134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/async_printing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _generate_alert_str(self) -> str:
143143

144144
def _generate_colored_prompt(self) -> str:
145145
"""
146-
Randomly generates a colored the prompt
146+
Randomly generates a colored prompt
147147
:return: the new prompt
148148
"""
149149
rand_num = random.randint(1, 20)

0 commit comments

Comments
 (0)