Skip to content

Commit 309b373

Browse files
authored
docs: fix typo in macOS repair wheel tool name (#1042)
Noticed while reading up on some of the options.
1 parent 1557763 commit 309b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ them redistributable depends on platform:
209209
tag, and can be uploaded to PyPI.
210210
- macOS: The wheels should be build with the official CPython releases, and
211211
target a reasonable `MACOSX_DEPLOYMENT_TARGET` value (10.9 or newer). You
212-
should run the wheels through `develocate` to bundle external dependencies.
212+
should run the wheels through `delocate` to bundle external dependencies.
213213
You'll also want to (carefully) cross compile for Apple Silicon or build on
214214
Apple Silicon runners (`macos-14`+ on GHA).
215215
- Windows: this is the easiest, usually, as the wheels don't have special rules

0 commit comments

Comments
 (0)