File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ You can directly use FindPython:
2929find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
3030```
3131
32- You always want to find at least ` Interpreter ` and the " Module" component of the
33- " Development" package. You do not want to find the entire " Development" package,
34- as that include " Embed" component, which is not always present and is not
32+ You always want to find at least ` Interpreter ` and the ` Module ` component of the
33+ ` Development ` package. You do not want to find the entire ` Development ` package,
34+ as that include ` Embed ` component, which is not always present and is not
3535related to making Python extension modules.
3636
3737If you are making a Limited API / Stable ABI package, you'll need the
You can’t perform that action at this time.
0 commit comments