8000 Update TestRuntime.cs · pythonnet/pythonnet@a10b6cc · GitHub
[go: up one dir, main page]

Skip to content

Commit a10b6cc

Browse files
committed
Update TestRuntime.cs
1 parent 2e839af commit a10b6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed_tests/TestRuntime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void SetUp()
1919
[Test]
2020
public static void Py_IsInitializedValue()
2121
{
22-
// We defenitely knows that all engines are shut downed.
22+
// We know for sure that all engines are shut down.
2323
// Runtime.Runtime.Py_Finalize();
2424
Assert.AreEqual(0, Runtime.Runtime.Py_IsInitialized());
2525
Runtime.Runtime.Py_Initialize();

0 commit comments

Comments
 (0)
0