Skip to content

Commit

Permalink
fix(docs): create migrate.py instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon committed Feb 11, 2025
1 parent 9a2495b commit 37b954b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ database is initialized and ready to be used by the application. We will
create a ``migrate.py`` file containing this logic.

Go back out to the ``fastapi-hello-world`` directory using ``cd ..``,
open the ``migrate.py`` file using a text editor and paste the
following code into it:
create the ``migrate.py`` file, open the file using a text editor
and paste the following code into it:

.. literalinclude:: code/fastapi/visitors_migrate.py
:language: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ database is initialized and ready to be used by the application. We will
create a ``migrate.py`` file containing this logic.

Go back out to the ``flask-hello-world`` directory using ``cd ..``,
open the ``migrate.py`` file using a text editor and paste the
following code into it:
create the ``migrate.py`` file, open the file using a text editor
and paste the following code into it:

.. literalinclude:: code/flask/visitors_migrate.py
:language: python
Expand Down

0 comments on commit 37b954b

Please sign in to comment.