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 9481da9 commit 2cefc28Copy full SHA for 2cefc28
peps/pep-0720.rst
@@ -703,7 +703,7 @@ must be resolvable at link time. POSIX-like platforms based on Windows — like
703
Cygwin, MinGW, or MSYS — will also require linking against ``libpython``.
704
705
On most POSIX platforms, it is not necessary to link against ``libpython``, as
706
-the symbols will already be available in the due to the interpreter — or, when
+the symbols will already be available due to the interpreter — or, when
707
embedding, the executable/library in question — already linking to
708
``libpython``. Not linking an extension module against ``libpython`` will allow
709
it to be loaded by static Python builds, so when possible, it is desirable to do
0 commit comments