We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a3b20 commit c5ee26eCopy full SHA for c5ee26e
README.md
@@ -485,7 +485,7 @@ this README GitHub page for new simplified embedding API:
485
At a very high level, to embed Python in your application you will need to:
486
487
- Reference Python.Runtime.dll in your build environment
488
-- Call PythonEngine.Intialize() to initialize Python
+- Call PythonEngine.Initialize() to initialize Python
489
- Call PythonEngine.ImportModule(name) to import a module
490
491
The module you import can either start working with your managed app
0 commit comments