We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2dab2 commit a21b2d7Copy full SHA for a21b2d7
1 file changed
Doc/extending/embedding.rst
@@ -310,7 +310,7 @@ wanted to add our own module to the frozen list we would normally do this::
310
for your compiler to work you must point it to the Python subdirectory
311
in an active clone of the cpython repository or source tarball.
312
However it is not required to manually build the python core if you are
313
- using an clone or source tarbar of an version installed on your system.
+ using an clone or source tarball of an version installed on your system.
314
315
As you can see the above code will compile (with an warning on Windows
316
which will export ``PyImport_FrozenModules`` on the embedded python program).
0 commit comments