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 2e839af commit a10b6ccCopy full SHA for a10b6cc
src/embed_tests/TestRuntime.cs
@@ -19,7 +19,7 @@ public void SetUp()
19
[Test]
20
public static void Py_IsInitializedValue()
21
{
22
- // We defenitely knows that all engines are shut downed.
+ // We know for sure that all engines are shut down.
23
// Runtime.Runtime.Py_Finalize();
24
Assert.AreEqual(0, Runtime.Runtime.Py_IsInitialized());
25
Runtime.Runtime.Py_Initialize();
0 commit comments