From a0676bb22a3084ef939fc615058d196a173fd2d7 Mon Sep 17 00:00:00 2001 From: Nils Lindemann Date: Sun, 5 Nov 2023 15:25:59 +0100 Subject: [PATCH] And another rewording --- docs/en/docs/tutorial/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/tutorial/debugging.md b/docs/en/docs/tutorial/debugging.md index ec0e9e44e0..5e746529be 100644 --- a/docs/en/docs/tutorial/debugging.md +++ b/docs/en/docs/tutorial/debugging.md @@ -71,7 +71,7 @@ In VS Code, you can now debug this application like this: * To stop debugging, click (possibly several times) on the Stop button in the same box. The development server is stopped. -Now you know what you need, to debug your application in VS Code! 🚀 +Now you know the basics of debugging your application in VS Code! 🚀 ## PyCharm @@ -162,4 +162,4 @@ Since you are now running the Uvicorn server directly from your code, you can ca -And with that you know what you need, to debug your application in PyCharm! 🚀 +And with that you also know the basics of debugging your application in PyCharm! 🚀