Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
  • Loading branch information
codingjenny and mattwang44 authored Oct 17, 2024
1 parent 59c5bd0 commit 45df6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh-hant/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 運行程式碼

所有程式碼區塊都可以直接複製和使用(它們實際上是經過測試的 Python 文件)。
所有程式碼區塊都可以直接複製和使用(它們實際上是經過測試的 Python 檔案)。

要運行任何範例,請將程式碼複製到 `main.py` 文件,並使用以下命令啟動 `fastapi dev`

Expand Down Expand Up @@ -61,7 +61,7 @@ $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:singl

</div>

**強烈建議** 你編寫或複製程式碼進行修改並在本地端運行。
**強烈建議** 你編寫或複製程式碼進行修改並在本地端運行。

在編輯器中使用它,才能真正體會到 FastAPI 的好處,可以看到你只需編寫少量程式碼,以及所有的型別檢查、自動補齊等功能。

Expand Down

0 comments on commit 45df6ff

Please sign in to comment.