From 1d2f86e6cf7fe43faef886d32748d6904c0e3a02 Mon Sep 17 00:00:00 2001 From: Bo Bayles Date: Wed, 26 Jan 2022 15:17:13 -0600 Subject: [PATCH] docs: use consistent spelling for "license" in README.md (#1000) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 097bd319..41cb6203 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Since `cibuildwheel` repairs the wheel with `delocate` or `auditwheel`, it might It helps ensure that the library can run without any dependencies outside of the pip toolchain. -This is similar to static linking, so it might have some licence implications. Check the license for any code you're pulling in to make sure that's allowed. +This is similar to static linking, so it might have some license implications. Check the license for any code you're pulling in to make sure that's allowed. Changelog =========