Skip to content

Commit a21b2d7

Browse files
committed
Update Doc/extending/embedding.rst
1 parent cb2dab2 commit a21b2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extending/embedding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ wanted to add our own module to the frozen list we would normally do this::
310310
for your compiler to work you must point it to the Python subdirectory
311311
in an active clone of the cpython repository or source tarball.
312312
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.
313+
using an clone or source tarball of an version installed on your system.
314314

315315
As you can see the above code will compile (with an warning on Windows
316316
which will export ``PyImport_FrozenModules`` on the embedded python program).

0 commit comments

Comments
 (0)