From 1608f7567e3ba548ad6239cb0611397ddcf0c95d Mon Sep 17 00:00:00 2001 From: hidewrong Date: Wed, 15 Jan 2025 06:18:19 +0800 Subject: [PATCH] chore: remove redundant word (#2128) --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index fbd29556..5cbd6366 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1427,7 +1427,7 @@ Shell command to run tests after the build. The wheel will be installed automatically and available for import from the tests. If this variable is not set, your wheel will not be installed after building. -By default, tests are executed from from your project directory. When specifying +By default, tests are executed from your project directory. When specifying `CIBW_TEST_COMMAND`, you can use the placeholders `{project}` and `{package}` to pass in the location of your test code: