Skip to content

Commit

Permalink
fix line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson committed Oct 1, 2024
1 parent dc813ce commit 02e43b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/fastapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ In the same directory, copy and save the following into a text file called
.. literalinclude:: code/fastapi/app.py
:language: python

Run the FastAPI application using ``fastapi dev app.py --port 8000`` to verify that
it works.
Run the FastAPI application using ``fastapi dev app.py --port 8000`` to verify
that it works.

Test the FastAPI application by using ``curl`` to send a request to the root
endpoint. You may need a new terminal for this, if you are using Multipass use
Expand Down

0 comments on commit 02e43b5

Please sign in to comment.