From cf75ba92de726017299cfebaa30be9455f023197 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:18:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/hi/docs/tutorial/first-steps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hi/docs/tutorial/first-steps.md b/docs/hi/docs/tutorial/first-steps.md index e16794bb2..e851c514d 100644 --- a/docs/hi/docs/tutorial/first-steps.md +++ b/docs/hi/docs/tutorial/first-steps.md @@ -163,8 +163,8 @@ from main import app ``` . ├── backend -│ ├── main.py -│ ├── __init__.py +│   ├── main.py +│   ├── __init__.py ``` तो आप `entrypoint` इस तरह सेट करेंगे: @@ -418,4 +418,4 @@ FastAPI ऐप्स को उनके साथ डिप्लॉय कर * `@app.get("/")` जैसे decorators का उपयोग करके एक **path operation decorator** लिखें। * एक **path operation function** परिभाषित करें; उदाहरण के लिए, `def root(): ...`। * `fastapi dev` कमांड का उपयोग करके डेवलपमेंट सर्वर चलाएँ। -* वैकल्पिक रूप से `fastapi deploy` से अपना ऐप डिप्लॉय करें। \ No newline at end of file +* वैकल्पिक रूप से `fastapi deploy` से अपना ऐप डिप्लॉय करें।