From 7d844327f8e2048dbfb418dc15ff1f4d323782a9 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 12 Jan 2026 18:11:41 +0100 Subject: [PATCH] Remove added white line --- docs/en/docs/tutorial/first-steps.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index d94ada5df2..3544988d4a 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -56,7 +56,6 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) That line shows the URL where your app is being served on your local machine. - ### Check it { #check-it } Open your browser at http://127.0.0.1:8000.