doc: fix typos

This commit is contained in:
Ben Siraphob
2025-09-01 11:31:10 -07:00
parent d665cf061a
commit 1e82a2f358
21 changed files with 38 additions and 39 deletions

View File

@@ -1018,7 +1018,7 @@ that we introduced with the `let` expression.
#### Handling dependencies {#handling-dependencies}
Our example, `toolz`, does not have any dependencies on other Python packages or system libraries.
[`buildPythonPackage`](#buildpythonpackage-function) uses the the following arguments in the following circumstances:
[`buildPythonPackage`](#buildpythonpackage-function) uses the following arguments in the following circumstances:
- `dependencies` - For Python runtime dependencies.
- `build-system` - For Python build-time requirements.