Skip to content

Commit e7dd915

Browse files
A couple of small corrections.
1 parent 8f9dd7f commit e7dd915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/build-aspire-apps-with-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ After the package is installed, the project XML should have a new package refere
160160

161161
Replace the _AppHost.cs_ code with the following snippet. This code adds the Python project to Aspire by calling the `AddPythonApp` API and specifying the project name, project path, and the entry point file:
162162

163-
:::code source="snippets/PythonSample/PythonSample.AppHost/AppHost.cs" highlight="6":::
163+
:::code source="snippets/PythonSample/PythonSample.AppHost/AppHost.cs" highlight="5-15":::
164164

165165
> [!IMPORTANT]
166166
> The preceding code suppresses the `ASPIREHOSTINGPYTHON001` diagnostic error. This error is generated because the `AddPythonApp` API is experimental and might change in future release. For more information, see [Compiler Error ASPIREHOSTINGPYTHON001](../diagnostics/aspirehostingpython001.md).
@@ -177,7 +177,7 @@ Launch the dashboard by clicking the link in the console output. The dashboard s
177177

178178
:::image source="media/python-dashboard.png" lightbox="media/python-dashboard.png" alt-text="Aspire dashboard: Python sample app.":::
179179

180-
Select the **Endpoints** link to open the `hello-python` endpoint in a new browser tab. The browser should display the message "Hello, World!":
180+
Select the **URLs** link to open the `hello-python` endpoint in a new browser tab. The browser should display the message "Hello, World!":
181181

182182
:::image source="media/python-hello-world.png" lightbox="media/python-hello-world.png" alt-text="Aspire dashboard: Python sample app endpoint.":::
183183

0 commit comments

Comments
 (0)