Skip to content

Commit 338896c

Browse files
twastvedtCopilot
andauthored
Update DSPythonNet3/DSPythonNet3Evaluator.cs
Co-authored-by: Copilot <[email protected]>
1 parent 0d2db1b commit 338896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DSPythonNet3/DSPythonNet3Evaluator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ internal static async Task InstallPythonAsync()
375375

376376
List<string> pipWheelInstall = new List<string>();
377377

378-
// Extract noo-pip wheels directly from the resource stream
378+
// Extract non-pip wheels directly from the resource stream
379379
foreach (var resName in wheelsAssembly.GetManifestResourceNames())
380380
{
381381
bool isWheel = resName.EndsWith(".whl");

0 commit comments

Comments
 (0)