Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added clarifying language for file creation instructions #2593

Merged
merged 7 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changes/2593.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
adjusted instructions for file creation to include deliberate directions
for the target directory for helloworld.py
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`` within your toga-tutorial
directory and add the following code for the "Hello world" app:
freakboy3742 marked this conversation as resolved.
Show resolved Hide resolved

.. literalinclude:: /../examples/tutorial0/tutorial/app.py
:language: python
Expand Down
Loading