Skip to content

Commit 7963302

Browse files
authored
docs: Consistently use backticks to reference Python module components (#956)
1 parent 2fccb69 commit 7963302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cmakelists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ You can directly use FindPython:
2929
find_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
3535
related to making Python extension modules.
3636

3737
If you are making a Limited API / Stable ABI package, you'll need the

0 commit comments

Comments
 (0)