From c6027e4fc72eee01851e06b1cd173aabeb3abfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Tue, 18 Apr 2023 23:50:58 -0400 Subject: [PATCH] docs: fix options.md typos (#1477) --- docs/options.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/options.md b/docs/options.md index 1d1dfaf65..b0467fed2 100644 --- a/docs/options.md +++ b/docs/options.md @@ -92,8 +92,8 @@ Options have the same names as the environment variable overrides, but are placed in `[tool.cibuildwheel]` and are lower case, with dashes, following common [TOML][] practice. Anything placed in subsections `linux`, `windows`, or `macos` will only affect those platforms. Lists can be used instead of -strings for items that are natually a list. Multiline strings also work just -like in in the environment variables. Environment variables will take +strings for items that are naturally a list. Multiline strings also work just +like in the environment variables. Environment variables will take precedence if defined. The example above using environment variables could have been written like this: @@ -237,7 +237,7 @@ For CPython, the minimally supported macOS version is 10.9; for PyPy 3.7, macOS Windows arm64 platform support is experimental. -See the [cibuildwheel 1 documentation](https://cibuildwheel.readthedocs.io/en/1.x/) for past end of life versions of Python, and PyPy2.7. +See the [cibuildwheel 1 documentation](https://cibuildwheel.readthedocs.io/en/1.x/) for past end-of-life versions of Python, and PyPy2.7. #### Examples @@ -314,7 +314,7 @@ See the [cibuildwheel 1 documentation](https://cibuildwheel.readthedocs.io/en/1. It is generally recommended to set `CIBW_BUILD` as an environment variable, though `skip` tends to be useful in a config file; you can statically declare that you don't - support pypy, for example. + support PyPy, for example.