Skip to content

Commit

Permalink
Fix codespell check
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 5, 2025
1 parent 01ffa28 commit bc69999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/import_hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ side-effects with imports (e.g. the project importer).

1. Searches `sys.path` for an `.rs` file matching the import
(e.g. for `import foo.bar`, the hook will look for `foo/bar.rs` at each search path).
2. Creates a temporary Maturin project for the `.rs` file or re-uses the project if it already exists.
2. Creates a temporary Maturin project for the `.rs` file or reuses the project if it already exists.
3. Rebuilds the project if necessary.

The above steps are a simplification as supporting `importlib.reload()` requires more complex logic.
Expand Down

0 comments on commit bc69999

Please sign in to comment.