From 6a3a0ca691f68e7a76c3648debfd8e2e9453e6a4 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 27 Apr 2023 17:25:06 -0700 Subject: [PATCH] adjusting comment --- basic_text_to_speech/talk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_text_to_speech/talk.py b/basic_text_to_speech/talk.py index 967b6bb..495de23 100644 --- a/basic_text_to_speech/talk.py +++ b/basic_text_to_speech/talk.py @@ -24,7 +24,7 @@ if __name__ == '__main__': robot("hey Arjun") robot("You have maybe 12000 days left to live") - robot("just drink some water") + robot("just drink some water or something") time.sleep(5) except KeyboardInterrupt: