From 02e43b57cba4b2c3f866473679d2cae9638d3bb2 Mon Sep 17 00:00:00 2001 From: jdkandersson Date: Tue, 1 Oct 2024 22:51:04 +1000 Subject: [PATCH] fix line too long --- docs/tutorial/fastapi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/fastapi.rst b/docs/tutorial/fastapi.rst index 398134dc..5b03f22d 100644 --- a/docs/tutorial/fastapi.rst +++ b/docs/tutorial/fastapi.rst @@ -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