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()