From 9e481b41a18aeabbe4aa999ca820a32dcbebb257 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 30 Jul 2021 13:48:22 -0400 Subject: [PATCH 1/2] Typo fixes Found via `codespell -q 3 -S *.js -L ba` --- .github/ISSUE_TEMPLATE/modelling-question.md | 2 +- README.md | 4 +-- cadquery/assembly.py | 8 +++--- cadquery/cq.py | 16 ++++++------ cadquery/occ_impl/geom.py | 4 +-- cadquery/occ_impl/importers.py | 4 +-- cadquery/occ_impl/shapes.py | 26 +++++++++---------- cadquery/selectors.py | 6 ++--- doc/apireference.rst | 2 +- doc/examples.rst | 4 +-- doc/primer.rst | 2 +- doc/quickstart.rst | 2 +- .../Ex024_Sweep_With_Multiple_Sections.py | 4 +-- tests/test_cadquery.py | 14 +++++----- tests/test_cqgi.py | 2 +- 15 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/modelling-question.md b/.github/ISSUE_TEMPLATE/modelling-question.md index 82ba05a8e..22c6f4a01 100644 --- a/.github/ISSUE_TEMPLATE/modelling-question.md +++ b/.github/ISSUE_TEMPLATE/modelling-question.md @@ -18,7 +18,7 @@ are appreciated. If you want to discuss something in a more casual environment, we have other options under [Getting help in the README.md](https://github.com/CadQuery/cadquery#getting-help). There are also additional examples in the [cadquery-contrib repository](https://github.com/CadQuery/cadquery-contrib). --> -