From cec444e17a568f5fee65131b11707de0322c839e Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 22 May 2024 15:36:19 -0400 Subject: [PATCH] Clarified language and markup --- docs/tutorial/tutorial-0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/tutorial-0.rst b/docs/tutorial/tutorial-0.rst index 33c5039730..01a48a52c6 100644 --- a/docs/tutorial/tutorial-0.rst +++ b/docs/tutorial/tutorial-0.rst @@ -85,8 +85,8 @@ After a successful installation of Toga you are ready to get coding. Write the app ============= -Create a new file called ``helloworld.py`` within your toga-tutorial -directory and add the following code for the "Hello world" app: +Create a new file called ``helloworld.py`` in your ``toga-tutorial`` +directory, and add the following code for the "Hello world" app: .. literalinclude:: /../examples/tutorial0/tutorial/app.py :language: python