Skip to content

Commit

Permalink
Merge pull request #2593 from rfero/main
Browse files Browse the repository at this point in the history
added clarifying language for file creation instructions
  • Loading branch information
freakboy3742 authored May 22, 2024
2 parents 207941a + cec444e commit 234544e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/2593.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tutorial instructions were clarified.
4 changes: 2 additions & 2 deletions docs/tutorial/tutorial-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`` 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
Expand Down

0 comments on commit 234544e

Please sign in to comment.