We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2db1b commit 338896cCopy full SHA for 338896c
DSPythonNet3/DSPythonNet3Evaluator.cs
@@ -375,7 +375,7 @@ internal static async Task InstallPythonAsync()
375
376
List<string> pipWheelInstall = new List<string>();
377
378
- // Extract noo-pip wheels directly from the resource stream
+ // Extract non-pip wheels directly from the resource stream
379
foreach (var resName in wheelsAssembly.GetManifestResourceNames())
380
{
381
bool isWheel = resName.EndsWith(".whl");
0 commit comments