From 0f1f9e300c1873cdff1640eef24c37349b837f35 Mon Sep 17 00:00:00 2001 From: Alex Earl Date: Fri, 10 Jan 2020 20:41:40 -0700 Subject: [PATCH] Fix typo Fixes typo in `Initialize` method name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fb843..309d9c1 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ this README GitHub page for new simplified embedding API: At a very high level, to embed Python in your application you will need to: - Reference Python.Runtime.dll in your build environment -- Call PythonEngine.Intialize() to initialize Python +- Call PythonEngine.Initialize() to initialize Python - Call PythonEngine.ImportModule(name) to import a module The module you import can either start working with your managed app