Skip to content

Commit 2cefc28

Browse files
authored
PEP 720: tweak some grammar (#4397)
1 parent 9481da9 commit 2cefc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0720.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ must be resolvable at link time. POSIX-like platforms based on Windows — like
703703
Cygwin, MinGW, or MSYS — will also require linking against ``libpython``.
704704

705705
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
706+
the symbols will already be available due to the interpreter — or, when
707707
embedding, the executable/library in question — already linking to
708708
``libpython``. Not linking an extension module against ``libpython`` will allow
709709
it to be loaded by static Python builds, so when possible, it is desirable to do

0 commit comments

Comments
 (0)