From 215d99c050bf67fc08f7af4c32eacf48738e8f30 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 9 Sep 2024 19:36:56 +0100 Subject: [PATCH] tweak example --- examples/mother.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mother.py b/examples/mother.py index 9175b5f92..0cdbd96b0 100644 --- a/examples/mother.py +++ b/examples/mother.py @@ -98,7 +98,7 @@ if __name__ == "__main__": "https://textual.textualize.io/blog/2024/09/15/anatomy-of-a-textual-user-interface/" ) print( - "You will need an OpenAI API key for this example. See https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key" + "You will need an OpenAI API key for this example.\nSee https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key" ) app = MotherApp() app.run()