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: src/Aspire.Hosting.Python/PythonAppResourceBuilderExtensions.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ public static class PythonAppResourceBuilderExtensions
44
44
/// </para>
45
45
/// </remarks>
46
46
/// <example>
47
-
/// Add a python app or executible to the application model. In this example the python code entry point is located in the <c>PythonProject</c> directory
48
-
/// if this path is relative then it is assumed to be relative to the AppHost directory, and the virtual enviroment path if relative
47
+
/// Add a python app or executable to the application model. In this example the python code entry point is located in the <c>PythonProject</c> directory
48
+
/// if this path is relative then it is assumed to be relative to the AppHost directory, and the virtual environment path if relative
49
49
/// is relative to the project directory. In the example below, if the app host directory is <c>$HOME/repos/MyApp/src/MyApp.AppHost</c> then
50
50
/// the ProjectPath would be <c>$HOME/repos/MyApp/src/MyApp.AppHost/PythonProject</c> and the virtual environment path (defaulted) would
51
51
/// be <c>$HOME/repos/MyApp/src/MyApp.AppHost/PythonProject/.venv</c>.
@@ -93,8 +93,8 @@ public static IResourceBuilder<PythonAppResource> AddPythonApp(
93
93
/// </para>
94
94
/// </remarks>
95
95
/// <example>
96
-
/// Add a python app or executible to the application model. In this example the python code is located in the <c>PythonProject</c> directory
97
-
/// if this path is relative then it is assumed to be relative to the AppHost directory, and the virtual enviroment path if relative
96
+
/// Add a python app or executable to the application model. In this example the python code is located in the <c>PythonProject</c> directory
97
+
/// if this path is relative then it is assumed to be relative to the AppHost directory, and the virtual environment path if relative
98
98
/// is relative to the project directory. In the example below, if the app host directory is <c>$HOME/repos/MyApp/src/MyApp.AppHost</c> then
99
99
/// the ProjectPath would be <c>$HOME/repos/MyApp/src/MyApp.AppHost/PythonProject</c> and the virtual environment path (defaulted) would
100
100
/// be <c>$HOME/repos/MyApp/src/MyApp.AppHost/PythonProject/.venv</c>.
@@ -177,4 +177,4 @@ private static void AddOpenTelemetryArguments(CommandLineArgsCallbackContext con
0 commit comments