Skip to content
Snippets Groups Projects
Commit c4d488f3 authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix typo in a comment

parent 88c73cb9
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ int main(int argc, char** argv) try
Python::start();
// You will normally want to exucute code in the context of the main
// You will normally want to execute code in the context of the main
// module denoted __main__ inside of python. For using other modules
// see below.
auto pyMain = Python::main();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment