mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Removed spaces before colons and semicolons.
This commit is contained in:
parent
55c6cc408c
commit
f47036c130
12 changed files with 30 additions and 30 deletions
|
|
@ -247,7 +247,7 @@ Embedding the Python interpreter in a Windows app can be summarized as follows:
|
|||
...
|
||||
Py_Initialize(); // Initialize Python.
|
||||
initmyAppc(); // Initialize (import) the helper class.
|
||||
PyRun_SimpleString("import myApp") ; // Import the shadow class.
|
||||
PyRun_SimpleString("import myApp"); // Import the shadow class.
|
||||
|
||||
5. There are two problems with Python's C API which will become apparent if you
|
||||
use a compiler other than MSVC, the compiler used to build pythonNN.dll.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue