Skip to content

Commit 5430149

Browse files
authored
Correct typo
1 parent a1f23c9 commit 5430149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/building_and_distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This chapter of the guide goes into detail on how to build and distribute projec
44

55
The material in this chapter is intended for users who have already read the PyO3 [README](#index.md). It covers in turn the choices that can be made for Python modules and for Rust binaries. There is also a section on the end about cross-compiling projects using PyO3.
66

7-
There is an additional sub-chapters dedicated to [supporting multiple Python versions](./building_and_distribution/multiple_python_versions.html).
7+
There is an additional sub-chapter dedicated to [supporting multiple Python versions](./building_and_distribution/multiple_python_versions.html).
88

99
## Configuring the Python version
1010

0 commit comments

Comments
 (0)