Skip to content

Commit 1e64334

Browse files
committed
docs: development.md: fix some grammar/spelling errors
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent d6f93ee commit 1e64334

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
### Target Python Versions
6464

65-
By default, riscv64 wheel should be built for a matrix covering the four latest
65+
By default, riscv64 wheels should be built for a matrix covering the four latest
6666
released Python versions. As of July 14th, 2026, this includes Pythons 3.11,
6767
3.12, 3.13, and 3.14 (along with 3.14t, the freethreaded equivalent). Some
6868
wheels have previously been built for 3.13t, but since this was an experimental
@@ -192,7 +192,7 @@ workflow and retry, while opening an issue to track the musl incompatibility.
192192
### Patching a Project
193193

194194
If a workflow fails consistently when building or testing a module, consider
195-
whether the failure meets one of the following three critieria:
195+
whether the failure meets one of the following three criteria:
196196

197197
1. The failure exercises a narrow part of the module's functionality, or relies
198198
on external resources (e.g. large downloads over the network)
@@ -228,8 +228,8 @@ the `main` branch in order to release the wheels to the package registry.
228228

229229
The wheels built by the `python-wheels` project use a variety of open-source
230230
licenses. Since RISE is the distributor of riscv64 wheels in the corresponding
231-
package registry, ensuring that the wheels adhere to each project's licensing
232-
requirements. More specifically, check:
231+
package registry, we must ensure that the wheels adhere to each project's
232+
licensing requirements. More specifically, check:
233233

234234
1. The built wheel contains one or more `LICENSE` files corresponding to those
235235
contained in the upstream project source.

0 commit comments

Comments
 (0)