Skip to content

Commit c5ee26e

Browse files
slidefilmor
authored andcommitted
Fix typo (#16)
Fixes typo in `Initialize` method name.
1 parent 63a3b20 commit c5ee26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ this README GitHub page for new simplified embedding API:
485485
At a very high level, to embed Python in your application you will need to:
486486

487487
- Reference Python.Runtime.dll in your build environment
488-
- Call PythonEngine.Intialize() to initialize Python
488+
- Call PythonEngine.Initialize() to initialize Python
489489
- Call PythonEngine.ImportModule(name) to import a module
490490

491491
The module you import can either start working with your managed app

0 commit comments

Comments
 (0)