Skip to content

Commit 0039a77

Browse files
committed
Minor wording update (thanks, @henryiii!)
1 parent 6e0416f commit 0039a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/compiling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ Python version more often than the old system did).
438438
When the Python libraries (i.e. ``libpythonXX.a`` and ``libpythonXX.so``
439439
on Unix) are not available, as is the case on a manylinux image, the
440440
``Development`` component will not be resolved by ``FindPython``. When not
441-
using the embedding functionality, CMake 3.18+ allows to specify
442-
``Development.Module`` instead of ``Development``, to resolve this issue.
441+
using the embedding functionality, CMake 3.18+ allows you to specify
442+
``Development.Module`` instead of ``Development`` to resolve this issue.
443443

444444
.. versionadded:: 2.6
445445

0 commit comments

Comments
 (0)