From 978a2c38618f16a5bb1df4ad7a1b0448d2e115f9 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 30 Apr 2026 22:20:48 +0200 Subject: [PATCH] Use direct slash --- docs/en/docs/fastapi-cli.md | 2 +- docs/en/docs/tutorial/first-steps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/fastapi-cli.md b/docs/en/docs/fastapi-cli.md index 05060bf8f2..9d8f415d9b 100644 --- a/docs/en/docs/fastapi-cli.md +++ b/docs/en/docs/fastapi-cli.md @@ -109,7 +109,7 @@ Or, you can also pass the `--entrypoint` option to the `fastapi dev` command: $ fastapi dev --entrypoint main:app ``` -But you would have to remember to pass the correct path/entrypoint every time you call the `fastapi` command. +But you would have to remember to pass the correct path\entrypoint every time you call the `fastapi` command. Additionally, other tools might not be able to find it, for example the [VS Code Extension](editor-support.md) or [FastAPI Cloud](https://fastapicloud.com), so it is recommended to use the `entrypoint` in `pyproject.toml`. diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index 1cb2c4b0c9..6060fed391 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -194,7 +194,7 @@ Or, you can also pass the `--entrypoint` option to the `fastapi dev` command: $ fastapi dev --entrypoint main:app ``` -But you would have to remember to pass the correct path/entrypoint every time you call the `fastapi` command. +But you would have to remember to pass the correct path\entrypoint every time you call the `fastapi` command. Additionally, other tools might not be able to find it, for example the [VS Code Extension](../editor-support.md) or [FastAPI Cloud](https://fastapicloud.com), so it is recommended to use the `entrypoint` in `pyproject.toml`.