You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python/tutorial-fastapi.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To successfully complete this tutorial in [VS Code](https://code.visualstudio.co
36
36
37
37
In this section, we will create a folder to be opened as a workspace in VS Code, set up a Python virtual environment, install the project’s dependencies and write the first lines of our FastAPI app.
38
38
39
-
1. In your file system, create a project folder for this tutorial, such as `groceries-plugin``.
39
+
1. In your file system, create a project folder for this tutorial, such as `groceries-plugin`.
40
40
2. Open this new folder in VS Code (**File** > **Open Folder…** or `kb(workbench.action.files.openFolder)`).
41
41
42
42
@@ -89,7 +89,7 @@ Let’s create the application!
89
89
90
90

91
91
92
-
6. `Ctrl`` + click the http://127.0.0.1:8000/ URL in the terminal to open your default browser to that address:
92
+
6. `Ctrl` + click the http://127.0.0.1:8000/ URL in the terminal to open your default browser to that address:
93
93

94
94
7. Stop the debugger by clicking on the stop icon in the debug toolbar, or through `kb(workbench.action.debug.stop)`.
95
95
@@ -300,7 +300,7 @@ For the steps below, make sure you have the following requirements installed on
300
300
301
301
#### Create the Dev Container configuration
302
302
1. Open the Command Palette and run the “Dev Container: Add Dev Container Configuration Files…"
303
-
2. Select "Python 3"
303
+
2. Select "Python 3":
304
304

0 commit comments