Skip to content

Commit

Permalink
Merge pull request #268 from SahilNagpure07/main
Browse files Browse the repository at this point in the history
Update docs/tutorial
  • Loading branch information
freakboy3742 committed Oct 21, 2023
2 parents 7a729b8 + 9f6ae82 commit 7e1f08d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Running the updated app
=======================

Let's get this updated application code packaged as a standalone app. Since
we've made code changes, we need to follow the same steps as in Tutorial 4:
we've made code changes, we need to follow the same steps as in :doc:`Tutorial 4 <tutorial-4>`:

.. tabs::

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/tutorial-9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Success! We've just executed a single test that verifies Python math works in
the way we'd expect (What a relief!).

Let's replace this placeholder test with a test to verify that our
``generate()`` method behaves the way we'd expect. Replace the contents of
``greeting()`` method behaves the way we'd expect. Replace the contents of
``test_app.py`` with the following::

from helloworld.app import greeting
Expand Down Expand Up @@ -187,7 +187,7 @@ need to use the ``--test`` option:
============================== 2 passed in 0.11s ===============================
Excellent! Our ``generate()`` utility method is working as expected.
Excellent! Our ``greeting()`` utility method is working as expected.

Test driven development
=======================
Expand Down

0 comments on commit 7e1f08d

Please sign in to comment.